[jdom-interest] Can I mix JDOM B8 with Xerces1?

David Kavanagh dak at dotech.com
Thu Aug 15 11:18:24 PDT 2002


Jim,
I recently went through something similar, but with a feature unique to 
crimson. You can use JDOM with any sax2 parser, or a parser that 
generates a DOM tree. Someone else may be able to give more info, but I 
think your options are pretty open. Switching to JDOM (in my mind) frees 
you to use whatever parser is handy. We were able to switch to the 
default parser in JDK1.4 (which is crimson, but the xalan it contained 
wasn't compatible with the ElementFactory in crimson)
I'm using JDOM from a post beta8 CVS snapshot. I heard that beta 8 had a 
memory usage issue that I didn't want to deal with.
beta 9 anyone???

Jim Archer wrote:

> Hi All...
>
> I have an application that makes use of Xerces1.  I have been told 
> that the changes in Xerces2 will break this application so it has to 
> keep using Xerces1.
>
> Unfortunatly, I need to make some big additions to this app and I 
> would like to use JDOM.  Can JDOM Beta 8 coexist with code using 
> Xerces1 in the same application?  I was under the impression that JDOM 
> 8 would need Xeces2.
>
> Also, is Beta 8 thought stable enough to go into a production 
> application?
>
> Thanks very much...
>
> Jim
>
> _______________________________________________
> To control your jdom-interest membership:
> http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com 
>






More information about the jdom-interest mailing list