LassoScript Utility
Basics Browse Detail

[Decode_XML]

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

Description

The [Decode_XML] tag decodes XML entitites into UTF-8 characters which can be handled natively by Lasso's string type. [Decode_XML] performs the opposite operation of the [Encode_XML] tag and the -EncodeXML keyword.

Syntax

[Decode_XML: XML Text]

Parameters

Required Parameters
XML Text The XML to be decoded.

Examples

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