Hi, I created an XSL transformation which used the Sablotron parser to display the results on the page, and it worked just fine.
But I recently had my web site moved to a new server, and on this new server, (using PHP 4.4.4) I don't see any references to sablotron inside of phpinfo().
Instead, it only has DOM/XSLT support, but my XSL transformation is no longer working with this, and instead of throws an error that says:
Fatal error: Call to undefined function: xslt_create() in /path/to/file.php on line 45
I keep telling my host they need to install the Sablotron parser, but they act like I'm speaking greek, so what else can I do?