Hi All
I would like to know NodeValue () usage .
Syntax :- NodeValue (<String>, <String>)
However if someone can explain the specific example , if i have to extract "Sender Address" from nmsdelivery.mailParamaters using NodeValue , can i do that ?
I am aware of JS way of extracting data from xml but need to know if this function can do the same task.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Args are xpath, field.
Sender address is NodeValue('mailParameters/senderAddress', data), or just [mailParameters/senderAddress] -no NodeValue() needed.
Thanks,
-Jon
Views
Replies
Total Likes
Hi,
Args are xpath, field.
Sender address is NodeValue('mailParameters/senderAddress', data), or just [mailParameters/senderAddress] -no NodeValue() needed.
Thanks,
-Jon
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies