Search found 1 match
- Thu Apr 30, 2015 1:44 pm
- Forum: Scripting
- Topic: Parsing XML like txt
- Replies: 1
- Views: 1632
Parsing XML like txt
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 variab...