|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: xsl:element will not create an output element, in
One last thing guys, if you're willing to help:
Now using normal XHTML elements in the XSL file, eg. <ul><xsl:..../></ul> works fine. Similarly, using: <xsl:element name="ul"> ... </xsl:element> works great. However, using elements: <xsl:element name="xhtml:ul"> ... </xsl:element> Produces '<xhtml:ul>...</xhtml:ul>' in the output XML. I've changed the namespace to '../1999/xhtml' (lower case) now, so that's ok. Why doesn't it work when using the namespace in the QName? *puzzled* Many thanks. - Dave David Carlisle wrote: Why is the namespace not correct?because it's got the wrong characters in it. the xhtml namespace is http://www.w3.org/1999/xhtml and you declared (but didn't use) http://www.w3.org/1999/XHTML which is a different namespace.
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Cast Your Vote
We need your help – Vote for DataDirect XML Products!
Winners and finalists announced at SOA World Conference in November. 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
|







