B2B Integration : Trading Networks Administrator's Guide : XQL Reference : Extracting Custom Attributes From XML Documents : Extracting NUMBERLIST or NUMBER ATTRIBUTES
Extracting NUMBERLIST or NUMBER ATTRIBUTES
This table shows the values Trading Networks stores for a NUMBERLIST or NUMBER attribute based on the value returned by the XQL query /node/item
XML Data
XQL query returns (result returned as a String List)
Results stored as NUMBERLIST
Results stored as NUMBER
<node></node>
null
null
null
<node>
<item></item>
</node>
{""}
(String List with
one element, an
empty String)
{null}
(Number List
with one
element, a
null element)
null
<node>
<item>123</item>
</node>
{"123"}
(String List with
one element)
{"123"}
(Number List
with one
element)
"123"
<node>
<item>123</item>
<item></item>
</node>
{"123", ""}
(String List with
two elements)
{"123", null}
(Number List
with two
elements)
"123"
<node>
<item></item>
<item>123</item>
</node>
{"", "123"}
(String List with
two elements)
{null,"123"}
(Number List
with two
elements)
null
<node>
<item></item>
<item></item>
</node>
{"", ""}
(String List with
two elements)
{null, null}
(Number List
with two
elements)
null
<node>
<item>123</item>
<item> </item>
<item></item>
<item>456</item>
</node>
{"123", "","","456"}
(String List with
four elements)
{"123", null,
null, "456"}
(Number List
with four
elements)
"123"
Copyright © 2016- 2017 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback