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! 