This GITHub repository contains SaxonC resources with samples, unit tests and W3C test suite driver.
To run any of these samples you will have to install the SaxonC products (i.e. HE, PE and EE) from download. The SaxonC products for python (i.e. saxonche, saxoncpe and saxoncee) can be installed using pip install
, see the Saxonica SaxonC PyPI project.
To run the PHP samples and PHPunit tests you will have to first compile and install the SaxonC PHP extension. For the PHPUnit tests please run the following command:
cd samples/php
wget -O phpunit.phar https://phar.phpunit.de/phpunit-10.phar