How to get value of node instead of <node>value</node>?

时间:2017-11-14 08:14:04

标签: xml xpath azure-logic-apps

I am using this code

@xpath(xml(triggerBody()), '//*[local-name()=\"node\"]')

in my Azure Logic app to get the value of the node. But it return in this form <node>value</node> instead of value. What is right syntax for that?

0 个答案:

没有答案
相关问题