← Prev in month ← Prev in thread

Whitespace following a text declaration

From
Michael Kay <>
To
Date
2006-02-05T20:34:18
Thread
Whitespace following a text declaration
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/
← Prev in month ← Prev in thread