mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
8edf9c5acb
commit
1e4460fb87
1 changed files with 2 additions and 2 deletions
|
@ -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...
|
||||
|
|
Loading…
Reference in a new issue