fix a problem with "double parentheses"

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78351 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sterling Hughes 2002-04-16 06:06:57 +00:00
parent 8edf9c5acb
commit 1e4460fb87

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.32 $ -->
<!-- $Revision: 1.33 $ -->
<reference id="ref.xslt">
<title>XSLT functions</title>
<titleabbrev>XSLT</titleabbrev>
@ -245,7 +245,7 @@ xslt_free($xh);
(currently the only XSLT processor this extension supports).
</para>
<para>
The simplest type of transformation with the <function>xslt_process()</function>
The simplest type of transformation with the <function>xslt_process</function>
function is the transformation of an XML file with an XSLT file, placing the
result in a third file containing the new XML (or HTML) document.
Doing this with sablotron is really quite easy...