Skip to main content

INSERT_XML

Insert XML content at the given location. The content can be provided via the flowContext (using in) or via the default text input.

At a glance

  • Category Editor
  • Aliases CTX_INSERT_XML
  • Version: 1.0.0
  • Applications: all
  • Scope: all

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
inOptional path or variable name to read the XML content from the flowContext. If omitted, the step uses the default text input.NonefalsetrueNoneNone
atWhere to insert the XML. Use CURSOR (default) or XPATH.NonefalsefalseNoneNone
xpathXPath expression used when at is XPATH.NoneConditionalfalseNoneRequired when at = XPATH
positionPosition mode for insertion when using cursor (e.g. insertInline, insertBefore, insertAfter).insertInlinefalsefalseNoneNone
forceWriteWrite content even if the document is considered read-only.NonefalsefalseNoneNone

Examples

Insert XML at cursor

- step: SET
text: "<p>Inserted paragraph</p>"

- step: INSERT_XML

See Also

General Resources: