[
Lists Home |
Date Index |
Thread Index
]
- To: Michael Kay <mike@saxonica.com>
- Subject: Re: [xml-dev] Whitespace following a text declaration
- From: George Cristian Bina <george@oxygenxml.com>
- Date: Mon, 06 Feb 2006 14:06:04 +0200
- Cc: xml-dev@lists.xml.org
- In-reply-to: <20060205203115.6B00711C102@editor2.oxygenxml.com>
- References: <20060205203115.6B00711C102@editor2.oxygenxml.com>
- User-agent: Thunderbird 1.5 (Windows/20051201)
Hi Mike,
Xerces 2.7.1 from Apache (not the one from JDK) includes the new line.
Best Regards,
George
---------------------------------------------------------------------
George Cristian Bina
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Michael Kay wrote:
> Given an external parsed entity of the form:
>
> <?xml version="1.0" encoding="UTF-8" ?>
> <extEnt attr="x"><sub2>z</sub2></extEnt>
>
> I'm surprised to discover that the parser in .NET includes the newline after
> the text declaration as part of the entity's expanded text, while both
> Crimson and Xerces (the versions built into JDK 1.4 and JDK 1.5
> respectively) exclude the newline.
>
> I can't see any justification for excluding the newline: is this a
> non-conformance?
>
> Michael Kay
> http://www.saxonica.com/
>
>
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://www.oasis-open.org/mlmanage/index.php>
>
|