[
Lists Home |
Date Index |
Thread Index
]
- From: "Clark C. Evans" <clark.evans@manhattanproject.com>
- To: Tim Bray <tbray@textuality.com>
- Date: Sun, 14 Nov 1999 11:04:11 -0500 (EST)
On Sat, 13 Nov 1999, Tim Bray wrote:
> For things like log files, just treat 'em as a succession
> of small XML documents. Is this a problem? -T.
This does not work all that well with XSL and DOM,
since the xpath syntax allows access to the whole
document; hence most implementations of tools will
try to read in the entire "document" before proceeding.
I liked John Tigue's suggestion of
using MIME for this purpose. Perhaps a SAX
parser should be able to read MIME?
Clark
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo@ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|