RE: [xsl] Schema declarations showing up in my html

Subject: RE: [xsl] Schema declarations showing up in my html
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Sat, 2 Apr 2005 00:24:00 +0100
> 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/ 

Current Thread