Jason van Zyl schrieb:

>> It's official: I'm through with the W3C and the stupid XML parsers which
>> came in it's wake. To allow to write XML filters and editors which don't
>> ruin the layout, I've started my own XML parser project "DecentXML".
> There are a couple that are decent. XMLBeans does a good job of not
> completely mutilating the XML, and the code that's been created for
> m2eclipse using EMF is pretty good as well. Netbeans is still using some
> JDOM based code that is not bad either.

None of them can preserve whitespace in elements (between attributes,
for example or in the end tag).

For XMLBeans, you need to define POJOs for all any any elements in the
XML that you want to process. Not suitable for a generic XML
search'n'replace tool.

EMF has a classpath that is longer than my attention span which not
documented anywhere. I'm past guesswork in my job.

JDOM has the best XML API so far but it's still based on Java 1.4, so
the code is pretty expressive ... lots of "ceremony".

Regards,

-- 
Aaron "Optimizer" Digulla a.k.a. Philmann Dark
"It's not the universe that's limited, it's our imagination.
Follow me and I'll show you something beyond the limits."
http://darkviews.blogspot.com/          http://www.pdark.de/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to