- From: Dimitris Dimitriadis <dimitris@ontologicon.com>
- Date: Fri, 8 Feb 2002 19:07:19 +0100
- To: "In, Jae Woo" <JaeWoo.In@compaq.com>
- Cc: www-dom-ts@w3.org
Hello I think the correct forum for your question is either a generic XML discussion list, such as XML-dev, or the public DOM mailing list (for DOM-related quesions): www-dom@w3.org. This list is devoted to the DOM Test Suites prooduction and discussion. Kind regards, /Dimitris Dimitriadis, DOM WG rep. to the DOM TS Group On Friday, February 8, 2002, at 06:15 , In, Jae Woo wrote: > Hello, > I'm fairly new to the world of XML and I have a question > concerning End-of-Line characters & End-of-File characters. When XML > parser validates an xml document for well-formness, how does it handle > End-of-Line characters & End-of-File characters? For example, say I > have the following XML document ("$" denotes End-of-line characters): > > > <?xml version="1.0" encoding="UTF-8"?>$ > <!-- > Copyright (c) 2001 World Wide Web Consortium, > (Massachusetts Institute of Technology, Institut National de > Recherche en Informatique et en Automatique, Keio University). All > Rights Reserved. This program is distributed under the W3C's Software > Intellectual Property License. This program is distributed in the > hope that it will be useful, but WITHOUT ANY WARRANTY; without even > the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR > PURPOSE. > See W3C License http://www.w3.org/Consortium/Legal/ for more details. > --><!DOCTYPE test SYSTEM "dom1.dtd">$ > $ > <test xmlns="http://www.w3.org/2001/DOM-Test-Suite/Level-1" > name="textsplittextf > our">$ > <metadata>$ > <title>textSplitTextFour</title>$ > <creator>NIST</creator>$ > > How does DOMCount treat the end-of-line character between the DOCTYPE > tag and the Namespace declaration? I have bolded the $ that is being > referred in the previous sentence. Thank you for your patience. > > Jae W. In > > P.S. If I am mailing the wrong work-group with this question, then > please forgive me of my ignorance and kindly refer me to the correct > work group in W3C. Thank you. >
Received on Friday, 8 February 2002 13:06:34 UTC