LassoScript Utility
Basics Browse Detail

[Proc_ExtractOne]

Tag Link [Proc_ExtractOne] 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_ExtractOne] is used in the processor list of [SOAP_DefineTag] to specify what post-processing the results of the SOAP procedure should undergo. [Proc_ExtractOne] requires an XPath parameter which it applies to the XML data and returns the first result. Called as (Proc_ExtractOne: XPath).

Syntax

[SOAP_DefineTag: ..., -Procs=(Array: (Proc_ExtractOne: 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.