From 7c55cb41dfd3dd7e46991a23e81b8d7acbae7f3d Mon Sep 17 00:00:00 2001 From: Jim DeFabia Date: Wed, 26 Feb 2025 17:57:01 -0500 Subject: [PATCH] HPCC-18197 Document #OPTION for xpath('<>') Signed-off-by: Jim DeFabia --- .../ECLR_mods/Templ-OPTION.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/EN_US/ECLLanguageReference/ECLR_mods/Templ-OPTION.xml b/docs/EN_US/ECLLanguageReference/ECLR_mods/Templ-OPTION.xml index 0af2226c143..f5c05dee15b 100644 --- a/docs/EN_US/ECLLanguageReference/ECLR_mods/Templ-OPTION.xml +++ b/docs/EN_US/ECLLanguageReference/ECLR_mods/Templ-OPTION.xml @@ -686,6 +686,22 @@ hardlimit setting. This is only valid for Thor jobs. + + + writeInlineContent + + + + If true, writing a field with XPATH('Name/<>') + outputs the string without XML/JSON encoding the content. This + allows you to insert arbitrary XML/JSON into the output. There + are 3 forms: '<>' writes + the content without a root tag, reading reads all content of + parent. 'Name<>' writes + the content without a tag, reading reads the content of the tag + . 'Name/<>' writes the + content inside, reading reads the content of the tag. +