Hi
There is a minor issue in *obj/xml with the find_node() method
-}x=new("*obj/xml","<prestashop><products><product><id>1</id></product></product
s></prestashop>")
-}
-}xpath$="prestashop/products/product/id"
-}? x'find_node(xpath$)'value$
1
-}?xpath$
prestashop
I can work around by sending the parameter by value with parentheses or as an expression such as xpath$+""
But I think it should be handled in the method itself by protecting the _tag$ input parameter
TIA
Thanks, we have adjusted this for the next build.
You can apply the same correction by changing line 238 in *obj/xml.pvc from:
0238 ENTER _tag$,_after=0
to
0238 ENTER (_tag$),_after=0