euXML 2.5 is an Euphoria library to read and write XML files. It use the xPath language to select the tags. Until now it's the only library to use xPath to look for information in an XML file. Most library's are only a parser, they only read the XML file for you and they tell you when they have found a tag or an attribute or something else. You have to save the information in memory by your own program. EuXML saves the information for you, when you want some information you ask euXML and not your own sequences.
You can download euXML 2.5 from sourceforge.net
You can read here the online documentation for euXML 2.5
Documentation
The documentation is included in the zip file