/*:[local-name()='foo']/*:[local-name()='bar'].PomTransformer.Transformation on the given documentpom.xml files on the DOM level while keeping the original comments and formatting also
on places where common javax.xml.transform.Transformer or javax.xml.parsers.DocumentBuilder based
solutions tend to fail, such as
Order of XML declaration attributes
Whitespace after the XML declaration
Line breaks between element attributes
File final whitespace
PomTransformer.Transformations.PomTransformer.path, applies the given transformations, mitigates the formatting
issues caused by Transformer and finally stores the document back to the file under PomTransformer.path.PomTransformer.path, applies the given transformations, mitigates the formatting
issues caused by Transformer and finally stores the document back to the file under PomTransformer.path.Copyright © 2019 JBoss by Red Hat. All rights reserved.