Forum Discussion
6 Replies
- BuschfunkFrequent ContributorMaybe you could use an XPath expression to get the specific child and then transfer this?
Example:<root>
<child>Child 1</child>
<child>Child 2</child>
<child>Child 3</child>
</root>
To get the 2nd child you could use the following expression:/root/child[2]
Does that help? - FinanFrequent Contributor
- Creditsafe_SuppOccasional ContributorI can see what you're trying to explain but I'm still not having any success with it, but then my XPath isn't the greatest so it's probably me doing it wrong I believe it's probably not being declared properly
- Creditsafe_SuppOccasional ContributorIs there any chance I could send you the response XML and highlight the element I want to extract?
- Hi!
sure, can you paste it here in a reply ?
regards,
/Ole
eviware.com - Creditsafe_SuppOccasional ContributorHi Ole
I've mailed it to the support email address
Many thanks