J-Sort allows simplified exploring of online XML files. You can search XML tags and retrieve plain text from them.
Example XML file
<root>
<tag>Text</tag>
<element>Text</element>
<news>news1</news>
<news>news2</news>
</root>
When you search news in J-Sort, you will se
news1
news2
When you search tag in J-Sort, you will se
Text