I have a xml response with a structure ( e.g groups > subgroups > child records ) and repeats several thousand times with different values with each one.
I want to only grab subgroups whose 9 digit serial number field matches what I provide and extract them into its own file. When extracting the subgroups, it would also bring the group with it. I was hoping such a task would be possible using notepad++ and possibly through the use of regex, but not sure how I would go about in doing this.