Parsing XML like txt
Posted: Thu Apr 30, 2015 1:44 pm
Hi,
I like to parse an xml file to delete a node without deleting the child nodes by using a script. So I have the following XML structure:
node a
--- node b
------node c
Now I like to delete node a by parsing the xml file for the "<node a>" tag. The difficulty for me is to
- find a variable which could pickup the xml file and
- to find a variable to store the xml file content as a string
so that I can parse the xml content.
Kind regards
TomT
I like to parse an xml file to delete a node without deleting the child nodes by using a script. So I have the following XML structure:
node a
--- node b
------node c
Now I like to delete node a by parsing the xml file for the "<node a>" tag. The difficulty for me is to
- find a variable which could pickup the xml file and
- to find a variable to store the xml file content as a string
so that I can parse the xml content.
Kind regards
TomT