Search found 2 matches

by martindue
Mon Mar 13, 2017 4:59 pm
Forum: General XML Questions
Topic: How to delete items having nodes containing numbers
Replies: 2
Views: 2196

Re: How to delete items having nodes containing numbers

Thank you much, this is really appreciated.
by martindue
Mon Mar 13, 2017 1:05 pm
Forum: General XML Questions
Topic: How to delete items having nodes containing numbers
Replies: 2
Views: 2196

How to delete items having nodes containing numbers

Hi, I love the software however I have a problem regarding a XML file. The XML structure looks like this: <PRODUCTS> <PRODUCT> <ID><![CDATA[1]]</ID> <NAME>TEST</NAME> </PRODUCT> <PRODUCT> <ID><![CDATA[ABC1]]</ID> <NAME>Test with letters</NAME> </PRODUCT> </PRODOUCTS> How can I search and delete all ...