RE: Handling/Parsing/Validating multiple XML Statements

2004-08-13 Thread Dan White
Many thanks. That is the kind of "ammunition" I was looking for to try and convince the other programmer. On Fri, 13 Aug 2004, Jesse Pelton wrote: > Assuming that by "XML statements" you mean "XML documents" as defined in > the XML specification > (http://www.w3.org/TR/2004/REC-xml-20040204/#sec

RE: Handling/Parsing/Validating multiple XML Statements

2004-08-13 Thread Jesse Pelton
Assuming that by "XML statements" you mean "XML documents" as defined in the XML specification (http://www.w3.org/TR/2004/REC-xml-20040204/#sec-well-formed), the spec should provide the documentation you need. A well-formed XML document consists of a prolog (principally the XML declaration), a roo