jimw Sat Dec 8 20:39:40 2001 EDT
Modified files:
/phpdoc/en/functions xslt.xml
Log:
fix
Index: phpdoc/en/functions/xslt.xml
diff -u phpdoc/en/functions/xslt.xml:1.26 phpdoc/en/functions/xslt.xml:1.27
--- phpdoc/en/functions/xslt.xml:1.26 Sat Dec 8 20:08:31 2001
+++ phpdoc/en/functions/xslt.xml Sat Dec 8 20:39:40 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.26 $ -->
+<!-- $Revision: 1.27 $ -->
<reference id="ref.xslt">
<title>XSLT functions</title>
<titleabbrev>XSLT</titleabbrev>
@@ -268,8 +268,8 @@
is transforming an XML file with an XSLT file and placing the result in third
file, which
contains the new XML document (or HTML document). Doing this with sablotron is
really quite
easy...
- <para>
- <example>
+ </para>
+ <example>
<title>Using the <function>xslt_process</function> to transform an XML file and
a XSL file
to a new XML file</title>
<programlisting role="php">
@@ -297,9 +297,8 @@
?>
]]>
- </programlisting>
- </example>
- </para>
+ </programlisting>
+ </example>
<para>
While this functionality is great, many times, especially in a web environment,
you want to
be able to print out your results directly. Therefore, if you omit the third
argument to