Is there an easier way to parse XML in Java?

前端 未结 13 532
没有蜡笔的小新
没有蜡笔的小新 2020-11-30 02:50

I\'m trying to figure out how to parse some XML (for an Android app), and it seems pretty ridiculous how difficult it is to do in Java. It seems like it requires creating an

13条回答
  •  臣服心动
    2020-11-30 03:06

    You can try this
    http://xml.jcabi.com/
    It is is an extra layer on top of DOM that allows simple parsing, printing, and transforming of XML documents and nodes

提交回复
热议问题