Subject: RE: How to change namespace prefixes in a import file hierarchy? Or at least append som pattern?
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 5 Jan 2010 16:16:35 -0000
|
> > Unknown system function get-prefix-from-QName() Failed
> to compile
> > stylesheet. 2 errors detected.
> > XSLT run finished
>
> Simply add
> xmlns:xs="http://www.w3.org/2001/XMLSchema"
> to the xsl:stylesheet element so that the prefix 'xs' is
> defined as the schema namespace.
>
And I overlooked that the function get-prefix-from-QName had been renamed
prefix-from-QName in the final specification.
Regards,
Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay
|