[jdom-interest] Alter entity - declaration
philip.nelson at omniresources.com
philip.nelson at omniresources.com
Wed Sep 19 12:21:06 PDT 2001
> I`m wondering if it is possible to modify eintity-declarations in the
> <!DOCTYPE ... []> - tag or in the dtd via jdom, so I can include
> different files dynamically.
Kind of. If you get the version now in cvs, you can get the internal subset
from the DocType class. This is just a string which you can manipulate any
way you like with normal java string manipulation methods.
More information about the jdom-interest
mailing list