Skip to content

Commit 4828b01

Browse files
committed
Expand what we want
1 parent 2d1f3d5 commit 4828b01

File tree

1 file changed

+1
-1
lines changed
  • content/en/blog/cstamas/2026/02/domtrip

1 file changed

+1
-1
lines changed

content/en/blog/cstamas/2026/02/domtrip/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Some of these are:
4646
But none of these suited to us. Our goals were:
4747
* do not depend on any Maven internal nor legacy stuff (like Model or Xpp3Dom)
4848
* ideally, to not have any dependency, or just minimal ones
49-
* to 100% support lossless round-tripping and editing
49+
* to 100% support lossless round-tripping and editing (think not only formatting, but comments and CDATA sections too)
5050
* to support most of Maven related files (hence, XML, with some "extras" for Maven specific stuff)
5151

5252
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

Comments
 (0)