Skip to main content
santosh2132
August 13, 2020
Risolto

Usage of NodeValue function

  • August 13, 2020
  • 2 risposte
  • 1834 visualizzazioni

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.

 

Questo argomento è stato chiuso alle risposte.
Migliore risposta di Jonathon_wodnicki

Hi,

 

Args are xpath, field.

Sender address is NodeValue('mailParameters/senderAddress', data), or just [mailParameters/senderAddress] -no NodeValue() needed.

 

Thanks,

-Jon

2 risposte

Jonathon_wodnicki
Community Advisor
Community Advisor
August 13, 2020

Hi,

 

Args are xpath, field.

Sender address is NodeValue('mailParameters/senderAddress', data), or just [mailParameters/senderAddress] -no NodeValue() needed.

 

Thanks,

-Jon

santosh2132
August 15, 2020
Thanks Jonathon.. with the same line i am trying to extract URL saved in my delivery template (yet to be deployed) which schema & XML should store all URL links and how can i extract?