Main Board > Language

*obj/xml issue

(1/1)

Stéphane Devouard:
Hi

There is a minor issue in *obj/xml with the find_node() method


--- Code: ----}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

--- End code ---

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

Mike King:
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

Navigation

[0] Message Index

Go to full version