RE: [xsl] HELP, Validate generated XML file to a new XML schema in XSL

Subject: RE: [xsl] HELP, Validate generated XML file to a new XML schema in XSL
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 5 May 2005 17:37:13 +0100
> <xsl:template match="@xsi:schemaLocation">
>    <xsl:copy>http://www.xml.com/xml/unit/newUnit.xsd</xsl:copy>
> </xsl:template>
> 

Eh? The contents of xsl:copy are ignored when copying an attribute node.

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

Current Thread