APIs vs Markup
Clark C. Evans
clark.evans at manhattanproject.com
Sun Nov 14 16:01:42 GMT 1999
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 at 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 at ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list