[
Lists Home |
Date Index |
Thread Index
]
- From: Toby Speight <tms@ansa.co.uk>
- To: "XML developers' list" <xml-dev@ic.ac.uk>
- Date: 12 Apr 1999 18:17:48 +0100
John> John Cowan <URL:mailto:cowan@locke.ccil.org>
0> In article <3712237C.18BE9009@locke.ccil.org>,
0> John wrote:
John> Then you need an application framework capable of recursively
John> parsing unparsed entities using XML notation, which AFAIK does
John> not yet exist.
This is what (sgml-parse) is in DSSSL for. Beware, though, that if the
XML concrete syntax is not your default[1], you need to make sure the
system identifier includes it. In Jade, this is done with something
like (string-append "<osfile>xml.decl" filename), where filename is the
system identifier of the external entity - I don't trust myself to get
the syntax right for finding that! (but it can be done)
[1] i.e. if you write your command lines as [tool] xml.decl mydoc.xml
If you're not tied to XML, you might want to use SGML and SUBDOC
instead (but I'm not sure how that's supported in the tools).
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 (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)
|