As I noted on the other mailing list, the DOM follows the XML
Recommendation in this regard, and it says that line breaks (CR, LF, or
CRLF) in element content are converted to a single  newline character
(decimal 10).  Line breaks in attribute values are converted slightly
differently, to spaces. See the XML REC for the details; copies are
downloadable from http://www.w3.org.

There is no EOF character in XML. If your filesystem uses one, the parser's
file I/O will presumably discard it.

DOMCount just reports what it finds in the DOM.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to