XalanC
XalanC is an open-source XSLT processor implemented in C++. It provides a library for embedding XSLT transformation capabilities into C and C++ applications, as well as a small command-line tool for performing transformations directly from the shell. The project emphasizes portability across major operating systems and aims to follow common XSLT conventions to ease integration in software stacks.
XalanC features a modular architecture that includes a core transformation engine, a serializer, and adapters for
XalanC is distributed under a permissive open-source license and targets cross-platform builds for Windows, Linux, and
In the landscape of XSLT processors, XalanC positions itself as an embeddable, developer-friendly option for integrating