[
Lists Home |
Date Index |
Thread Index
]
- From: Tim Bray <tbray@textuality.com>
- To: xml-dev@ic.ac.uk
- Date: Mon, 24 Mar 1997 14:29:41 -0800
Here's another way to get at Jon's Sun data; create a little XML
file like so:
----------------------
<!XML version='1.0'?>
<!doctype tester SYSTEM "we-don-need-no-steenking.dtd"
[
<!entity SunURL SYSTEM 'http://docs.sun.com/ab2/alluser/ADVOSUG/@xmlToc'>
]>
<tester>
&SunURL;
</tester>
-----------------------
Then run it through Lark, after doing a
lark.processExternalEntities(true);
Assuming you've got an Internet connection, Lark will go get it,
cheerfully ignoring extensions and mime types and so on; figuring out how
to make Lark copy it to output is left as an exercise for the user.
- Tim
xml-dev: A list for W3C XML Developers
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To unsubscribe, send to majordomo@ic.ac.uk the following message;
unsubscribe xml-dev
List coordinator, Henry Rzepa (rzepa@ic.ac.uk)
|