[jdom-interest] DOCTYPE
Saluja, Romi
Romi.Saluja at usa.xerox.com
Wed Feb 28 09:54:54 PST 2001
Hi,
I need to create a DOCTYPE with the following SystemID
<!DOCTYPE APS_COM SYSTEM "APS_COM.dtd" [
<!ENTITY % AP_PRODUCT "INCLUDE">
<!ENTITY % AP_EDITORIAL "IGNORE">
<!ENTITY % TRANSLATION_INSTRUCTIONS "INCLUDE">
]>
but if I use the setSystemID method of the DOCTYPE class,
it takes in a String as a parameter and appends a "> to the end of the
String parameter, which I do not want to happen.
Is there a workaround this or a better way to do the above.
Will appreciate any input.
Thanks,
More information about the jdom-interest
mailing list