[jdom-interest] XML Schema Support wanted
Karsten Senz
K.Senz at intershop.de
Wed Aug 30 05:46:34 PDT 2000
Hi,
I don't know how many people asked already, but since it it not in the FAQ:
Is XML Schema support planned ?
If not, how can I prevent the documents namespace settings from being
removed, when saving the JDOM to an XML-File.
For instance the namespace declaration :
<root xmlns="http://www.namespace.org/namespace"
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
xsi:schemaLocation="file:///d:/java/data/dtd/equivTest.xsd">
becomes :
<!DOCTYPE root>
<root xsi:schemaLocation="file:///d:/java/data/dtd/equivTest.xsd">
More information about the jdom-interest
mailing list