2024 April Release

Class FSCEXPEXT@1.1001:XMLFunctions Permanent link for this heading

XML Functions.

Class Hierarchy

Object > ComponentObject > XMLFunctions

Actions Permanent link for this heading

Return Type

Signature

XmlDocument

Parse(
  any xml,
  out retval XmlDocument xmldoc)

content

Transform(
  any xml,
  any xsl,
  optional dictionary data,
  out retval content transformed)

void

Validate(
  any xml,
  any schema,
  optional dictionary schemas)

Actions Permanent link for this heading


FSCEXPEXT@1.1001:Parse Permanent link for this heading

Parse content and return xml document.

XmlDocument FSCEXPEXT@1.1001:Parse(
  any xml,
  out retval XmlDocument xmldoc)

Name

Description

xml

XML to be parsed.
Allowed types:

xmldoc

the resulting XmlDocument

FSCEXPEXT@1.1001:Transform Permanent link for this heading

Transform XML with the given transformation

content FSCEXPEXT@1.1001:Transform(
  any xml,
  any xsl,
  optional dictionary data,
  out retval content transformed)

Name

Description

xml

XML to be transformed.
Allowed types:

xsl

XSL transformation to be used.
Allowed types:

data

dictionary with additional variables

transformed

the result of the transformation.

FSCEXPEXT@1.1001:Validate Permanent link for this heading

Validate XML against the given schema, additional schemas can be supplied with the resolver dicictionary

void FSCEXPEXT@1.1001:Validate(
  any xml,
  any schema,
  optional dictionary schemas)

Name

Description

xml

XML to be parsed.
Allowed types:

schema

XML schema to be validated against.
Allowed types:

schemas

dictionary with additional schemas