Our source is open
The syntax highlighted source is automatically generated by PHP from
the plaintext script.
If you're interested in what's behind the several functions we
used, you can always take a look at the source of the following files:
Of course, if you want to see the source
of this page, we have it available.
You can also browse the SVN repository for this website on
svn.php.net.
Source of: /manual/en/book.xslt.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.xml.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'book.xslt.php',
1 => 'XSLT (PHP4)',
),
'up' =>
array (
0 => 'refs.xml.php',
1 => 'XML Manipulation',
),
'prev' =>
array (
0 => 'xsltprocessor.transformtoxml.php',
1 => 'XSLTProcessor::transformToXML',
),
'next' =>
array (
0 => 'intro.xslt.php',
1 => 'Introduction',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">XSLT (PHP4)</h1>
<ul class="chunklist chunklist_book"><li><a href="intro.xslt.php">Introduction</a></li><li><a href="xslt.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="xslt.requirements.php">Requirements</a></li><li><a href="xslt.installation.php">Installation</a></li><li><a href="xslt.configuration.php">Runtime Configuration</a></li><li><a href="xslt.resources.php">Resource Types</a></li></ul></li><li><a href="xslt.constants.php">Predefined Constants</a></li><li><a href="ref.xslt.php">XSLT (PHP4) Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.xslt-backend-info.php">xslt_backend_info</a> — Returns the information on the compilation settings of the backend</li><li><a href="function.xslt-backend-name.php">xslt_backend_name</a> — Returns the name of the backend</li><li><a href="function.xslt-backend-version.php">xslt_backend_version</a> — Returns the version number of Sablotron</li><li><a href="function.xslt-create.php">xslt_create</a> — Create a new XSLT processor</li><li><a href="function.xslt-errno.php">xslt_errno</a> — Returns an error number</li><li><a href="function.xslt-error.php">xslt_error</a> — Returns an error string</li><li><a href="function.xslt-free.php">xslt_free</a> — Free XSLT processor</li><li><a href="function.xslt-getopt.php">xslt_getopt</a> — Get options on a given xsl processor</li><li><a href="function.xslt-process.php">xslt_process</a> — Perform an XSLT transformation</li><li><a href="function.xslt-set-base.php">xslt_set_base</a> — Set the base URI for all XSLT transformations</li><li><a href="function.xslt-set-encoding.php">xslt_set_encoding</a> — Set the encoding for the parsing of XML documents</li><li><a href="function.xslt-set-error-handler.php">xslt_set_error_handler</a> — Set an error handler for a XSLT processor</li><li><a href="function.xslt-set-log.php">xslt_set_log</a> — Set the log file to write log messages to</li><li><a href="function.xslt-set-object.php">xslt_set_object</a> — Sets the object in which to resolve callback functions</li><li><a href="function.xslt-set-sax-handler.php">xslt_set_sax_handler</a> — Set SAX handlers for a XSLT processor</li><li><a href="function.xslt-set-sax-handlers.php">xslt_set_sax_handlers</a> — Set the SAX handlers to be called when the XML document gets processed</li><li><a href="function.xslt-set-scheme-handler.php">xslt_set_scheme_handler</a> — Set Scheme handlers for a XSLT processor</li><li><a href="function.xslt-set-scheme-handlers.php">xslt_set_scheme_handlers</a> — Set the scheme handlers for the XSLT processor</li><li><a href="function.xslt-setopt.php">xslt_setopt</a> — Set options on a given xsl processor</li></ul></li></ul></div><?php manual_footer(); ?>