[jdom-interest] How do I create a standalone="no" text in the first line of my xm
l doc...
Pugh, Eric
EPugh at MuseumCompany.com
Wed Nov 15 12:33:48 PST 2000
Hi all,
I am trying to create an XML document that meets someone elses standards.
They want the first line to look like this:
<?xml version="1.0" encoding="US-ASCII" standalone="no"?>
I can product everything but the standalone="no" tag. How do I do that
using JDOM?
Also, is there anything in JDOM to map character sets? I can only use
characters 32-126 of the US-ASCII set, however I have other characters like
the e with an accent (0xE9).
Any suggestions on how to change those or filter them out?
Thanks,
Eric
More information about the jdom-interest
mailing list