We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1f3d5 commit 4828b01Copy full SHA for 4828b01
content/en/blog/cstamas/2026/02/domtrip/index.md
@@ -46,7 +46,7 @@ Some of these are:
46
But none of these suited to us. Our goals were:
47
* do not depend on any Maven internal nor legacy stuff (like Model or Xpp3Dom)
48
* ideally, to not have any dependency, or just minimal ones
49
-* to 100% support lossless round-tripping and editing
+* to 100% support lossless round-tripping and editing (think not only formatting, but comments and CDATA sections too)
50
* to support most of Maven related files (hence, XML, with some "extras" for Maven specific stuff)
51
52
In fact, it was DecentXML, that was closest to our expectations, but that project was abandoned. Hence, we came up with DOMTrip:
0 commit comments