[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Stopping any processing instruction output

Subject: Re: Stopping any processing instruction output
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sat, 3 Feb 2007 20:44:26 GMT
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

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2011 All Rights Reserved.