diff --git a/functions/xslt.xml b/functions/xslt.xml index 7edcde8868..77110576ec 100644 --- a/functions/xslt.xml +++ b/functions/xslt.xml @@ -165,10 +165,8 @@ string xslt_fetch_result - - int xh - string result_name - + int xh + string result_name &warn.experimental.func; @@ -212,11 +210,9 @@ bool xslt_openlog - - resource xh - string logfile - int loglevel - + resource xh + string logfile + int loglevel &warn.experimental.func; @@ -324,11 +320,9 @@ xslt_output_endtransform(); bool xslt_process - - string xsl_data - string xml_data - string result - + string xsl_data + string xml_data + string result &warn.experimental.func; @@ -410,14 +404,12 @@ if (xslt_process($xslData, $xmlData, $result)) { bool xslt_run - - resource xh - string xslt_file - string xml_data_file - string result - array xslt_params - array xslt_args - + resource xh + string xslt_file + string xml_data_file + string result + array xslt_params + array xslt_args &warn.experimental.func; @@ -440,10 +432,8 @@ if (xslt_process($xslData, $xmlData, $result)) { bool xslt_set_sax_handler - - resource xh - array handlers - + resource xh + array handlers &warn.experimental.func; @@ -465,14 +455,12 @@ if (xslt_process($xslData, $xmlData, $result)) { bool xslt_transform - - string xsl - string xml - string result - string params - string args - string resultBuffer - + string xsl + string xml + string result + string params + string args + string resultBuffer &warn.experimental.func;