LassoScript Utility
Basics Browse Detail

[Proc_XSLT]

Tag Link [Proc_XSLT] Category Utility
Type Substitution Source Available No
Support Preferred Version 8.0
Change Unchanged Data Source Any
Output Type String Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0

Description

[Proc_XSLT] is used in the processor list of [SOAP_DefineTag] to specify what post-processing the results of the SOAP procedure should undergo. [Proc_XSLT] requires an XSLT style sheet parameter which it applies to the XML data and returns the result. Called as (Proc_XSLT: XSLT).

Syntax

[SOAP_DefineTag: ..., -Procs=(Array: (Proc_XSLT: XSLT))]

Parameters

Required Parameters
String The XSLT style sheet to apply to the XML data.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.