Hi,
I am new to xml and have looked through other posts.
I have setup an xml input as shown in the image but when I preview the file I only get one equipment value returned instead of all of them.
I am using TIS 2.4.1
Hi, How do I use this component? is it the "tAdvanceFileOutputXML"? Thank you.
tFileInputXML is used to extract data from a xml file, and tAdvanceFileOutputXML is used to output data to a xml file. About the basic usage, please read the user documentation.
Best regards
shong
this still does not work for me.
I have
<componentList>
<componentItem name="aaa">
<componentItem name="bbb">
<componentItem name="ccc">
<componentItem name="ccc">
</componentList>
I put componentList as the xPath and @name as the expression.
It still only retrieves one row, "xxx".
Any thoughts?