What is the simplest and minimalistic java xml api?

前端 未结 7 641
我在风中等你
我在风中等你 2021-01-07 06:12

There are many pretty good json libs lika GSon. But for XML I know only Xerces/JDOM and both have tedious API. I don\'t like to use unnecessary objects like DocumentFactory,

7条回答
  •  囚心锁ツ
    2021-01-07 06:38

    The W3C DOM model is unpleasant and cumbersome, I agree. JDOM is already pretty simple. The only other DOM API that I'm aware of that is simpler is XOM.

提交回复
热议问题