Skip to main content

GET_TEXT_CONTENT

Retrieves text content from the document or a specific location and sets it as output.

At a glance

  • Category Editor
  • Aliases CTX_GET_TEXT_CONTENT
  • Version: 1.0.1
  • Applications: all
  • Scope: all

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
atLocation to read text from. Options: CURSOR, CURSOR_PARAGRAPH, XPATH, REPORT.NonefalsefalseNoneNone
xpathXPath expression for reading text at a specific location.NoneConditionalfalseNoneRequired when at = XPATH

Outputs

TypeDescriptionOptional
textThe retrieved text content.false

Examples

Get full document text

 - step: GET_TEXT_CONTENT

Get text at XPath

 - step: GET_TEXT_CONTENT
at: XPATH
xpath: "/doc/story/content/headline/p"

See Also

General Resources: