How do I use the value of an XML element when setting the path in the Java SimpleXML library?

前端 未结 3 1760
傲寒
傲寒 2021-01-21 10:25

I have the following XML:


  
version 15.0 &
3条回答
  •  失恋的感觉
    2021-01-21 11:14

    By the way, I resolved this by writing my own library available from here: https://github.com/aembleton/XML-Marshaller

    It's pretty simple and basic but solved the problem at the time.

提交回复
热议问题