Author | Topic: Saxon | |
---|---|---|
Steven Scheffer | Saxon on Mon, 07 Sep 2020 14:01:38 +0200 Has anyone developed an interface using Saxon/C for parsing (using Xerces Apache parser) XML/XSLT to html using XBase++? I am currently using Sablotron which works for XSLT 1.0 Sablotron is an XML processor written in C++. It uses Expat as an XML parser. Sablotron implements XSLT 1.0, XPath 1.0 and DOM Level2. Saxon implements the XSLT 3.0 and XQuery 3.1 specifications. Saxon capable of processing XSLT 1.0 files as well. (XSLT 2.0 is highly backwards compatible with XSLT 1.0 |