Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HPCC-18197 Document #OPTION for xpath('<>') #19570

Open
wants to merge 1 commit into
base: candidate-9.10.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/EN_US/ECLLanguageReference/ECLR_mods/Templ-OPTION.xml
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,22 @@
<emphasis>hardlimit</emphasis> setting. This is only valid for
Thor jobs.</entry>
</row>

<row>
<entry><emphasis>writeInlineContent</emphasis></entry>

<entry/>

<entry>If true, writing a field with XPATH('Name/&lt;&gt;')
outputs the string without XML/JSON encoding the content. This
allows you to insert arbitrary XML/JSON into the output. There
are 3 forms: <emphasis role="bold">'&lt;&gt;'</emphasis> writes
the content without a root tag, reading reads all content of
parent.<emphasis role="bold"> 'Name&lt;&gt;'</emphasis> writes
the content without a tag, reading reads the content of the tag
. <emphasis role="bold">'Name/&lt;&gt;' </emphasis>writes the
content inside, reading reads the content of the tag.</entry>
</row>
</tbody>
</tgroup>
</informaltable></para>
Expand Down
Loading