GML-Extractor can extract any data from XML, SGML or HTML with little coding work.
If you want to extract some data from XML, SGML or HTML, but do not want build a tree in memory as DOM4j, and do not want to write so much code as SAX. This tool will help you!
Sample
XML Example
Here is an example, like down-below:(example.xml)
This XML contains three papers, each paper has properties as id, title, author and abstract. With this tool, you can exctract them one by one.
First Paper John Adams Second Paper Thomas Jefferson