XML Parse, which resolves enitities

anette.engel at crpht.lu anette.engel at crpht.lu
Tue Dec 8 16:49:45 GMT 1998


Is there a ParseR, which resolves entities to external XML files.
I'd like to split up my document into serveral files,  like

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE book SYSTEM "book.dtd"  [
  <!ENTITY chap1 SYSTEM "chap1.xml">
  <!ENTITY chap2 SYSTEM "chap2.xml">
]>
<doc>
  <body>
    &chap1;
    &chap2;
  </body>
</doc>

Regards
Anette Engel
anette.engel at crpht.lu



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/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe 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