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.xsl.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.xsl.php',
1 => 'XSL',
),
'up' =>
array (
0 => 'refs.xml.php',
1 => 'XML Manipulation',
),
'prev' =>
array (
0 => 'function.xmlwriter-write-raw.php',
1 => 'XMLWriter::writeRaw',
),
'next' =>
array (
0 => 'intro.xsl.php',
1 => 'Introduction',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">XSL</h1>
<ul class="chunklist chunklist_book"><li><a href="intro.xsl.php">Introduction</a></li><li><a href="xsl.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="xsl.requirements.php">Requirements</a></li><li><a href="xsl.installation.php">Installation</a></li><li><a href="xsl.configuration.php">Runtime Configuration</a></li><li><a href="xsl.resources.php">Resource Types</a></li></ul></li><li><a href="xsl.constants.php">Predefined Constants</a></li><li><a href="xsl.examples.php">Examples</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="xsl.examples-collection.php">collection.xml</a></li></ul></li><li><a href="class.xsltprocessor.php">XSLTProcessor</a> — The XSLTProcessor class<ul class="chunklist chunklist_book chunklist_children"><li><a href="xsltprocessor.construct.php">XSLTProcessor::__construct</a> — Creates a new XSLTProcessor object</li><li><a href="xsltprocessor.getparameter.php">XSLTProcessor::getParameter</a> — Get value of a parameter</li><li><a href="xsltprocessor.hasexsltsupport.php">XSLTProcessor::hasExsltSupport</a> — Determine if PHP has EXSLT support</li><li><a href="xsltprocessor.importstylesheet.php">XSLTProcessor::importStylesheet</a> — Import stylesheet</li><li><a href="xsltprocessor.registerphpfunctions.php">XSLTProcessor::registerPHPFunctions</a> — Enables the ability to use PHP functions as XSLT functions</li><li><a href="xsltprocessor.removeparameter.php">XSLTProcessor::removeParameter</a> — Remove parameter</li><li><a href="xsltprocessor.setparameter.php">XSLTProcessor::setParameter</a> — Set value for a parameter</li><li><a href="xsltprocessor.setprofiling.php">XSLTProcessor::setProfiling</a> — Sets profiling output file</li><li><a href="xsltprocessor.transformtodoc.php">XSLTProcessor::transformToDoc</a> — Transform to a DOMDocument</li><li><a href="xsltprocessor.transformtouri.php">XSLTProcessor::transformToUri</a> — Transform to URI</li><li><a href="xsltprocessor.transformtoxml.php">XSLTProcessor::transformToXML</a> — Transform to XML</li></ul></li></ul></div><?php manual_footer(); ?>