Thanks Phil. I think JDOM is so rich that we may think of it being included in the future version of JDK as XML parsing API. Does it sound interesting?
M.K.A. Monster
Ranch Hand
Joined: May 02, 2002
Posts: 130
posted
0
I think that it depends on the usage of XML before you can choose. SAX is very fast, JDom isn't but JDom has a really nice Tree-structure. I've been using both. And found that SAX was a lot easier to use than JDom, but offcourse that will depend on the users experience with those. I've also tried Electric XML, it implements both SAX and JDom I think, but it isn't that nice as it is said to be. But fast yes. I've heard rumors of it being the fasted parser available for XML. Regards, Mark Monster
Thomas Paul
mister krabs
Ranch Hand
Joined: May 05, 2000
Posts: 13974
posted
0
I am going to move this to "XML and Related Technologies".