Please don't make any modifications in the main "functions" directory. It is freezed now. Make all your changes in the "reference" dir, in this case "reference/xslt". That is used for building up the manual, and not the functions dir. Any modifications in "functions" are pointless, as it is not used for manual building ;))
Goba > sterling Tue Apr 16 02:06:59 2002 EDT > > Modified files: > /phpdoc/en/functions xslt.xml > Log: > fix a problem with "double parentheses" > > > Index: phpdoc/en/functions/xslt.xml > diff -u phpdoc/en/functions/xslt.xml:1.32 phpdoc/en/functions/xslt.xml:1.33 > --- phpdoc/en/functions/xslt.xml:1.32 Sat Feb 2 13:00:35 2002 > +++ phpdoc/en/functions/xslt.xml Tue Apr 16 02:06:57 2002 > @@ -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 @@ > (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... > > > >