xsl-list
[Top] [All Lists]

Re: [xsl] Illegal xml chars

2007-12-13 08:45:30
David Carlisle wrote:
If you are using .NET 2.0 or later then you can use  (a character reference) in your XML 1.0 documents

That system may read the file, but the file is not XML 1.0, in that
case,

That is technically correct but I just wanted to point out that the .NET XmlReader with the described setting accepts the character reference in a document declared to be XML 1.0.

--

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