diff --git a/functions/xslt.xml b/functions/xslt.xml index b18d11de31..34362f9843 100644 --- a/functions/xslt.xml +++ b/functions/xslt.xml @@ -1,5 +1,5 @@ - + XSLT functions XSLT @@ -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... - - + + Using the <function>xslt_process</function> to transform an XML file and a XSL file to a new XML file @@ -297,9 +297,8 @@ xslt_free($xh); ?> ]]> - - - + + 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