gnodet commented on issue #1381:
URL: https://github.com/apache/maven-release/issues/1381#issuecomment-3491216180

   > I'm skeptical. These sorts of projects usually miss large chunks of XML. 
They work well enough on some subset the inventors thought of, and fall apart 
pretty quickly when faced with the full panoply of what's actually possible. 
And in general you really don't want to mix lexical analysis and formatting 
with syntactic level markup. JDOM at least is unlikely to produce anything 
malformed.
   
   DomTrip keeps the whole infoset (and more), unlike the DOM API.  JDOM looses 
many things, one of them is the attribute order.  Not speaking quotes, 
entities, white spaces.  JDOM clearly cannot to round-tripping.
   
   If you can point to a better library, I'm all ears...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to