how to extract data from xml file using notepad++?

kakashirock

New Member
I have a xml response with a structure ( e.g groups > subgroups > child records ). I want to extract list of all childRecord.name as separate data. I was hoping i can do something quick in notepad++ and then paste the results in excel.I am not sure how to go about writing a macro may be in this case that would do this for me. \[code\]<group> <subgroup> <childrecord name="abc">zzz</childrecord> </subgroup></group>\[/code\]
 
Back
Top