[
Lists Home |
Date Index |
Thread Index
]
- From: David Megginson <ak117@freenet.carleton.ca>
- To: "xml-dev Mailing List" <xml-dev@ic.ac.uk>
- Date: Tue, 6 Jan 1998 14:13:02 -0500
Jonathan Robie writes:
> I would be interested in knowing what kinds of applications you envision
> for SAX. To me, it seems like it might be useful for applications that
> extract data from XML files, e.g. for electronic commerce. What other kinds
> of applications do you have in mind?
Here are some additional examples:
- most transformations
- producing a rendered version of an XML document (electronic or
paper)
- context-sensitive searching
Your example, extracting data, itself covers a wide range of
applications:
- database import/export
- online transactions
- configuration information
- meta-data exchange
- general client/server protocols
Essentially, SAX should cover most general requirements (most
transformations occur as part of a processing chain, and do not need
saved comments, internal entity references, etc.). Those applications
that do need access to lexical information -- mainly authoring tools
and repositories -- will, of course, need to use a different or
extended API.
All the best,
David
--
David Megginson ak117@freenet.carleton.ca
Microstar Software Ltd. dmeggins@microstar.com
http://home.sprynet.com/sprynet/dmeggins/
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/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe 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)
|