Module:Editor
Version:4.0.2 +
Description
The formula 'ConvertXml' returns a converted XML string using a specified XSLT-file. You can use it to transform an XML text into a different format.
Parameters
Xml:
Here you fill in the XML string you want to convert.
Xslt_file:
Here you fill in the full path to the XSLT file that is used for the conversion.
Timeout (Futurama 24.04+):
This parameter allows you to specify the maximum time allowed for XML conversion. If set to 0 (default), no timeout will is used.
This property was added in version 24.04. In 24.08 the functionality behind this function has been disabled after causing significant performance issues. In 25.04 this functionality has been enabled again with a possibility to use it or not (by setting the value to 0). Using the timeout could result in differences in performance, using this property should be monitored to make sure it doesn't cause any problems.
Example
Description
Suppose you want to change the format of this xml file:
80085
To this format:
80085
Futurama
Values Parameters
Result
Result:
80085
Futurama
External Links
- W3schools: for information about XSLT