[
Lists Home |
Date Index |
Thread Index
]
Keep in mind that it is possible *now*, *today*, in XML 1.0 for a
file or a stream to contain multiple consecutive XML documents, as
well as other things. In fact, this may actually occur with multipart
MIME and/or HTTP 1.1. XML 1.0 makes no requirement that a file or
stream contain only one document.
An XML parser is typically positioned at the byte that begins the XML
document by some external process. There is no reason that the
initial parser position has to be byte 0 of the stream. For instance,
in HTTP 1.0 it's almost never byte 0 of the stream. An external
process needs to strip off the header first.
--
+-----------------------+------------------------+-------------------+
| Elliotte Rusty Harold | elharo@metalab.unc.edu | Writer/Programmer |
+-----------------------+------------------------+-------------------+
| Processing XML with Java (Addison-Wesley, 2002) |
| http://www.cafeconleche.org/books/xmljava |
| http://www.amazon.com/exec/obidos/ISBN%3D0201771861/cafeaulaitA |
+----------------------------------+---------------------------------+
| Read Cafe au Lait for Java News: http://www.cafeaulait.org/ |
| Read Cafe con Leche for XML News: http://www.cafeconleche.org/ |
+----------------------------------+---------------------------------+
|