Home › Forums › General XMetaL Discussion › Does getNodesByXPath work differently in vb code from the macro? › Reply To: Does getNodesByXPath work differently in vb code from the macro?
Reply to: Does getNodesByXPath work differently in vb code from the macro?
October 15, 2010 at 10:03 pmThere should be no difference. I would expect exactly the same behavior with any language no matter how an API is called (in a macro in JScript/VBScript/Perl/Python or through COM as you are doing).
The only thing I can think of is that the string is not being passed through properly for some reason, but the code at first glance seems to be OK.