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.

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
			
		
	

Result

Result:


  80085
  Futurama

Related Topics

- ReadFile

- GetPathToDataFiles

External Links

- W3schools: for information about XSLT

Updated: 2013-06-17