Does `nlapiSelectValue(node, xpath)` work differen...
# suitescript
c
Does
nlapiSelectValue(node, xpath)
work differently server side? Code that works client side won't return the same value when I run server side (SuiteCommerce context). I can conver to XML and back to string getting same value out that I put in.
b
different implementations, the client side uses the native DOMParser related functions
serverside uses a java equivalent
c
I just pushed the xml client side and did it there.
Thanks for the heads up.