XML Parse, which resolves enitities

anette.engel at crpht.lu anette.engel at crpht.lu
Wed Dec 9 10:01:38 GMT 1998


> Most do, including Sun's:

but not xml4j from IBM:

I wrote a little sample program, just parsing a document and
then writing it to stdout. To my dissappointment the entities
weren't resolved.

I wrote the same program for Sun's Xml Parser, and I got
the desired results.

Regards
Anette





David Brownell <db at Eng.Sun.COM> on 12/08/98 09:08:19 PM

To:   Anette Engel/crmm
cc:
Subject:  Re: XML Parse, which resolves enitities




Most do, including Sun's:
     http://java.sun.com/jdc/earlyAccess/xml
In fact I don't know any that won't do this by default.
- Dave

anette.engel at crpht.lu wrote:
>
> 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)





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