You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
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
Offline
Hello
If you want to get all the values of Equipment element, you need to set Equipment element as loop element. see screenshot.
Best regards
shong
Offline
Hello vinhsu
vinhsu wrote:
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
Offline
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?
Pages: 1