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.
+