|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Stopping any processing instruction output
> At present this is the template that creates the div: > > > <xsl:template match="/"> > <div class="menuBar"> that means you have generated an element with local name div in the default namespace for this document. By default (in any xml file) the default namespace is no-namespace, which is what you want for html. However you have shown that the output isn't an html (no-namespace) div but an element div in the namespace http://www.miltonstreet.com/events.xsd s you must have xmlns="http://www.miltonstreet.com/events.xsd" somewwhere. You don't want that. David
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






