[jdom-interest] XML Schema Support wanted

Brett McLaughlin brett.mclaughlin at lutris.com
Wed Aug 30 11:05:16 PDT 2000


Karsten Senz wrote:
> 
> Hi,
> 
> I don't know how many people asked already, but since it it not in the FAQ:
> 
> Is XML Schema support planned ?

It's something at the parser level, but yes, we will eventually allow
JDOM means of getting to that functionality.

> 
> 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">

This is something we are actively talkng about now. Elliotte put in a
patch, and I've got some time carved out to look at it today... stay
tuned, it should work hopefully tonight or tomorrow.

Thanks,
Brett

> _______________________________________________
> To control your jdom-interest membership:
> http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com

-- 
Brett McLaughlin, Enhydra Strategist
Lutris Technologies, Inc. 
1200 Pacific Avenue, Suite 300 
Santa Cruz, CA 95060 USA 
http://www.lutris.com
http://www.enhydra.org



More information about the jdom-interest mailing list