butterfly icon indicating copy to clipboard operation
butterfly copied to clipboard

Create one or more TOs to allow XML files modifications

Open fabiocarvalho777 opened this issue 6 years ago • 0 comments

They could be as simple as the POM TOs (having one TO per use case), or there could be just one single TO, which would perform the transformation based in XSTL.

They could be implemented using one of the two technologies below:

  1. DOM (read once, model, and write brand new file). Elements to be modified can be found using XPath.
  2. StAX (streaming based, modification on top of original file).

fabiocarvalho777 avatar Dec 21 '17 23:12 fabiocarvalho777