Cathnet is developing the infrastructure for the Catholic Semantic Web. Technologies involved include, but are not limited to, XML, RDF, NLP, Zope, Plone and Plone products.
XSLPIPE allows simple chaining together of XSLT stylesheets to process non-XML documents (like EDI) into other formats. This type of application is typically used to translate between complex file formats - for example EDI to Biztalk XML or CSV to EDI.
Query-Oriented Model for XML is a lightweight library for XPath-oriented XML processing. QOM-based code is cleaner and simpler than code written using traditional XML processing libraries.
TM4J is a topic map engine implemented entirely in Java. Topic maps are a standard paradigm for the interchange of knowledge structures. This project aims to produce a complete suite of tools for creating, processing and publishing topic map information.
XML_2_TXT Extractor is a lightweight Windows tool that converts XML files into structured TXT/CSV outputs using simple templates — no coding required.
Perfect for processing XML exports from ERP systems, suppliers, or data feeds where you need to quickly extract values into a readable format.
👉 Full version, examples and updates:
https://martan1484.github.io/XML2TXT/
xml.dom.easydom for python primarily behaves like any xml.dom.* you already use. Additionaly easydom provides operator overloadings which render xml processing descriptions more readable and hence less error-prone. See about 90% of your xml-code boosted.