Is there a way to use multiple expath expressions on one xml document. I am currently doing this by parsing the xml document multiple times with a different expath expression in each parse. I need to modify the xml document with each expath expression and I am creating a new file each time nd then consolidating in the end. This is a bit messy, was hoping there would be a much more elegant way to do this.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way to use multiple expath expressions on one xml document. I am currently doing this by parsing the xml document multiple times with a different expath expression in each parse. I need to modify the xml document with each expath expression and I am creating a new file each time nd then consolidating in the end. This is a bit messy, was hoping there would be a much more elegant way to do this.