- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
In your xml document, email is a node - not an attribute.
The xPath expression should be:
/process_data/myXML/records/record[1]/email
The location uses the @strEmail notation because as an LC process variable, it's a simple value (String) and treated as an attribute of the process.
Views
Replies
0 Likes
Total Likes