I am looking for a simple xml "plumbing tool" - some sort of notepad capable of doing simple xml transformation jobs using XPath queries or scripts, etc

By "simple transformation jobs" I mean - take the input xml, and delete all nodes which satisfy xpath query.

Or take the input xml and append a small chunk of xml as a first child to of all nodes which do satisfy another xpath condition.

Ideally it should be a free tool, but would not mind paying for a good tool though.

Any recommendations are greatly appreciated.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

I have been using oXygen for a while and I'm very happy with it probably the best xml editor(but not free (: ).

link|improve this answer
+1 likewise. oXygen is good, and very customizeable. Alternatively, vi is always a + – matchew Jun 29 '11 at 14:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.