[jdom-interest] Entities and Doctype

Richard Cook rpc at prismtechnologies.com
Fri Mar 9 04:42:20 PST 2001


I assume the spaces at the start of " c:\\TEMP\\*Language.xml" are typos.



> -----Original Message-----
> From: jdom-interest-admin at jdom.org
> [mailto:jdom-interest-admin at jdom.org]On Behalf Of Pim van Wetten
> Sent: Friday, March 09, 2001 8:19 AM
> To: jdom-interest at jdom.org
> Subject: [jdom-interest] Entities and Doctype
>
>
> Hi,
>
> I'm trying to get the following done:
>
> <!DOCTYPE BOOK SYSTEM "C:\\Temp\\test.dtd" [
>
> <!ENTITY Italian  SYSTEM " c:\\TEMP\\italianLanguage.xml">
>
> <!ENTITY Spanish SYSTEM " c:\\TEMP\\spanishLanguage.xml">
>
> ]>
>
> <BOOK>
>
> <FILE>&Italian;</FILE>
>
> <FILE>&Spanish;</FILE>
>
> </BOOK>
>
> I've succeeded to add an entity like "&Italian;" by creating an Entity and
> addContent to an element with the Entity. I also have managed to add the
> doctype with a reference to a dtd, but I haven't succeeded in adding the
> Entity lines in the doctype declaration. Any suggestions?
>
> Tanx in advance,
>
> Pim
>
>
> _______________________________________________
> To control your jdom-interest membership:
> http://lists.denveronline.net/mailman/options/jdom-interest/yourad
dr at yourhost.com




More information about the jdom-interest mailing list