----------------------
<!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)