Xee: A Modern XPath and XSLT Engine in Rust

For the last two years, I’ve been developing a programming language in Rust called Xee, short for “XML Execution Engine.” Xee supports modern versions of XPath and XSLT, which may sound intimidating, considering they are XML-based programming languages. But don’t worry, we’re delving into a unique world where everything is defined. Xee offers a command-line tool for XPath queries and a Rust library for executing XPath queries. Implemented by Paligo for a better future of XML technologies, Xee is written in Rust for integration with other programming languages. While XML may not be as trendy, it still holds a crucial place in technology. Let’s embark on the journey of Xee and explore the fascinating world of XML programming languages.

https://blog.startifact.com/posts/xee/

To top