(PHP 4 >= 4.3.0)
xslt_backend_name — Returns the name of the backend
xslt_backend_name() gets the name of the backend.
Returns Sablotron.
Example #1 xslt_backend_name() example
<?phpecho xslt_backend_name(); // Sablotron?>