4D v16.3

_o_XSLT APPLY TRANSFORMATION

Home

 
4D v16.3
XML
_o_XSLT APPLY TRANSFORMATION

_o_XSLT APPLY TRANSFORMATION 


 

_o_XSLT APPLY TRANSFORMATION ( xmlSource ; xslSheet ; result {; compileSheet} )  
Parameter Type   Description
xmlSource  String, BLOB in Name or access path of XML source document, or BLOB containing the XML source
xslSheet  String, BLOB in Name or access path of document containing XSL stylesheet, or BLOB containing the XSL stylesheet
result  String, BLOB in Name or access path of the document receiving the result of the XSLT transformation, or BLOB receiving the result of the XSLT transformation
compileSheet  Boolean in True = Optimize XSLT transformation False or omitted = No optimization, remove the compiled XSL file (if any)

Starting with 4D v14 R4, XSL transformation commands are obsolete. For compatibility, they are still supported in 4D but we strongly recommend that you discontinue using them. In future versions of 4D, it will no longer be possible to use XSLT technology. For more information, please refer to the Overview of XML Utilities Commands.



See also 

_o_XSLT GET ERROR
_o_XSLT SET PARAMETER

 
PROPERTIES 

Product: 4D
Theme: XML
Number: 882

This command is deprecated and should not be used anymoreThe OK variable is changed by the command

 
HISTORY 

Modified: 4D v11 SQL
Renamed: 4D v12
Renamed: 4D v14 R4

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)