Searching multiple xml for children in notepad ++

ifminfk

New Member
Not very familar with regex, but basically im trying to pull out the fund price from multiple xml files. So basically i want search to return, all the dates and prices for C001 in the files i have open.\[code\]<fund> <fund_code>C001</fund_code> <fund_name>Full fund name</fund_name> <fund_price_point> <price_point_dt>01/01/2012</price_point_dt> <fund_price>50.04</fund_price> </fund_price_point></fund\[/code\]Any suggestions would be great. Thanks
 
Back
Top