João Dessain Saraiva Posted September 29, 2021 Share Posted September 29, 2021 Hello team, I have this XML data example that I am loading in Tibco BusinessWorks: 99999998 Ts 2.000 2.000 As you can see the node totalsrepeats along the XML data, my goal is to get the data from this node. For the time beig I have a solution like the screenshot in attachment. However this solution expects the node to be at a certain place in the XML structure. I wonder if there's a more dynamic solution that analysis the XML data as a whole and finds all the nodes without the need of all the iterations I am using. Thank you in advance, Link to comment Share on other sites More sharing options...
Julio Gimenes 2 Posted October 9, 2021 Share Posted October 9, 2021 Hellojoao.d.saraiva! If I understood your question correctly, I believe that you can use XSLT to get data from all nodes without using iterations. You can see an example online here, or a working sample at the attached project. I hope I was helpful! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now