Accessibility

Table of Contents

Configuring and Testing PHP Servers for XSL Support

Testing PHP 4.2 Servers

The first proof of a successful installation is that your web server doesn't throw any errors after restarting. To check if everything went smoothly, load the PHP test page in your browser. You will see a section similar to the following image:

Figure 4. XSLT support is enabled

Figure 4. XSLT support is enabled

Check if these settings are present and enabled:

  • Expat
  • XSLT Support

For Expat and Sablotron, only the version number may be listed (instead of the enabled/disabled status); this indicates they are present on your server.

Congratulations! Your server is now prepared for server-side development using XML and XSL.