Search found 4 matches

by neodjandre
Tue Jul 25, 2017 2:17 pm
Forum: General XML Questions
Topic: Remove elements based on node
Replies: 3
Views: 8879

Re: Remove elements based on node

Hi Radu,

Many thanks for this but where should I place this code?
by neodjandre
Mon Jul 24, 2017 8:33 pm
Forum: General XML Questions
Topic: Remove elements based on node
Replies: 3
Views: 8879

Remove elements based on node

My XML has the following structure: <element> <url></url> <category></category> <subcategory></subcategory> <title></title> <summary></summary> <source>By Andrew</source> <date>Feb 25, 2017</date> <body></body> <images></images> </element> I would like to delete all elements that do not have the con...
by neodjandre
Mon Jul 24, 2017 3:39 pm
Forum: General XML Questions
Topic: Remove element from all entries
Replies: 2
Views: 4263

Re: Remove element from all entries

ok thanks that works !
by neodjandre
Sat Jul 22, 2017 1:29 pm
Forum: General XML Questions
Topic: Remove element from all entries
Replies: 2
Views: 4263

Remove element from all entries

Newbie Q: I have an XML file with about 2,000 <element></element> tags. Inside each element there is an <html> content... </html> tag. I wish to delete the <html> content... </html> nodes in all elements simultaneously. How could I do this please? thanx Andrew