mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64323 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8b66afa861
commit
5ec2acf354
1 changed files with 5 additions and 6 deletions
|
@ -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 @@ xslt_free($xh);
|
|||
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 @@ xslt_free($xh);
|
|||
|
||||
?>
|
||||
]]>
|
||||
</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
|
||||
|
|
Loading…
Reference in a new issue