Search

 

Module:Editor

Version:4.0.2 +

Type:String

Category:Text

 

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), a timeout of 30 seconds is used.
The functionality of this parameter is reverted in 24.08 because of significant performance loss.

Example

Description

Suppose you want to change the format of this xml file:


	80085

To this format:



  80085
  Futurama
 

Values Parameters

Xml:

    80085
Xslt_file:

	
	
		
			
				
			
			
				Futurama
			
		
	
Timeout:

0

Result

Result:


  80085
  Futurama

Related Topics

- ReadFile

- GetPathToDataFiles

External Links

- W3schools: for information about XSLT

Updated: 2024-04-30