diff --git a/functions/xslt.xml b/functions/xslt.xml index 5a35f2fb06..af5349b42a 100644 --- a/functions/xslt.xml +++ b/functions/xslt.xml @@ -1,5 +1,5 @@ - + XSLT functions XSLT @@ -245,7 +245,7 @@ xslt_free($xh); (currently the only XSLT processor this extension supports). - The simplest type of transformation with the xslt_process() + The simplest type of transformation with the xslt_process 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...