xsl-list
[Top] [All Lists]

RE: [xsl] How to change namespace prefixes in a import file hierarchy? Or at least append som pattern?

2010-01-05 11:16:59
    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 


--~------------------------------------------------------------------
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>
--~--