xsl-list
[Top] [All Lists]

RE: Schema declarations showing up in my html

2005-04-01 16:24:00
Problem is whenever I do a transformation I get :

<element 

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>elementvalue</element>


By implication, this isn't the output you want, but what is it that you
don't like about it, and how are you going to convince us that it isn't what
your stylesheet asked for, if you haven't shown us your stylesheet?

If the xmlns:xsi namespace is in scope for an element, then xsl:copy-of will
copy that namespace when it copies the element.

Michael Kay
http://www.saxonica.com/ 



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--