02-12-2016 07:55 AM
Hi to everybody,
I have some difficulty in creating an XML document from an array of xpath strings.
My array is like this:
1) /data <- Root element
2) /data/fstart
3) /data/fstop
4) /data/operator
5) /data/operator/name
6) /data/operator/surname
Then, when all nodes have been created I must have the ability to insert via xpath the corresponding value (of course in the leafs).
Thanks in advance to all!
02-22-2016 05:47 AM
Hi tizianoz93,
have a look to this link, maybe it could be usefull per your staff!
http://digital.ni.com/public.nsf/allkb/3E1759E53173D8BD862573D200686E20
Bye