I have a XML file with some 25 elements. I just want to transform 2 elements and retain the remaining XML. Could somebody tell me how to do. All examples online are modifying xml doc as whole, I dont want this. I just want to modify values of two elements.
Share
A practical example below, where I parse an xsd file and remove all the annotations from it.