Page 1 of 1

Remove element from all entries

Posted: Sat Jul 22, 2017 1:29 pm
by neodjandre
Newbie Q: I have an XML file with about 2,000

Code: Select all

<element></element>
tags.

Inside each element there is an

Code: Select all

<html> content... </html>
tag.

I wish to delete the

Code: Select all

<html> content... </html>
nodes in all elements simultaneously.

How could I do this please?

thanx
Andrew

Re: Remove element from all entries

Posted: Mon Jul 24, 2017 7:49 am
by Radu
Hi Andrew,

If you are using Oxygen 17 or newer in the Oxygen Tools main menu there is an XML Refactoring tool which has lots of possibilities to batch change a set of XML documents, including a Delete element contents action.

Regards,
Radu

Re: Remove element from all entries

Posted: Mon Jul 24, 2017 3:39 pm
by neodjandre
ok thanks that works !