2022 June Release

Class FSCEXPEXT@1.1001:XMLFunctions Permanent link for this heading

Class Hierarchy

Object > ComponentObject > XMLFunctions

XML Functions.

Actions Permanent link for this heading

Return Type

Signature

interface

Parse(
  any content,
  out retval interface 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.

interface FSCEXPEXT@1.1001:Parse(
  any content,
  out retval interface xmldoc)

Name

Description

content

string, content aggregate or content

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

Object with content, string, content aggregate or content

xsl

Object with content, string, content aggregate or content

data

dictionary with additional variables

transformed


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

Object with content, string, content aggregate or content

schema

Object with content, string, content aggregate or content

schemas

dictionary with additional schemas