
perlmagix
Novice
May 13, 2016, 4:48 AM
Post #1 of 4
(2856 views)
|
Deleting empty tag of an XML file
|
Can't Post
|
|
In the following test.xml file,
<one>abcfd erer 123</one> <two></two> <three>adew 123dsaads</three> To delete the tag <two> with no data, the following command is helpful, In a similar way, for the following xml file,
<one>abcfd erer 123</one> <two> </two> <three>adew 123dsaads</three> which command would be helpful to delete the tag <two> !
|