xsl-list
[Top] [All Lists]

Re: [xsl] Re: Output validation with XSLT 2.0

2008-05-03 09:45:31
Mukul Gandhi wrote:
I would like to learn how this could be non-compliant ...

See http://www.w3.org/TR/xslt20/#lre-namespaces, it excludes http://www.w3.org/1999/XSL/Transform but not the XML schema namespace http://www.w3.org/2001/XMLSchema so you need to exclude that explicitly, as already suggested.

--

        Martin Honnen
        http://JavaScript.FAQTs.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>
--~--