xsl-list
[Top] [All Lists]

RE: [xsl] A colon is not allowed in the name

2009-03-25 18:31:14
On Wed, March 25, 2009 19:00, Michael Kay wrote:
XSLT will only handle input that is well-formed XML conforming to the
Namespaces recommendation.

I'm curious: why?  Normally the XSLT standard is pretty standoffish about
parsing (and serialization), and leaves such matters to the XML parser. 
Provided that the XSLT processor can be given a DOM tree as input, and can
give a DOM tree as output, why would it care that the source document uses
namespaces or not?


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