LassoScript Utility
Basics Browse Detail

[Proc_Extract]

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

Description

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

Syntax

[SOAP_DefineTag: ..., -Procs=(Array: (Proc_Extract: XPath))]

Parameters

Required Parameters
String The XPath to apply to the XML data.

Examples

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