what xml are you working with
# suitescript
b
what xml are you working with
d
I also had to strip all /r /n and /t from the response.body, before it would traverse it properly via childNodes
b
namespaces require you to use xpath functions
somewhat confusing suiteanswer article: https://netsuite.custhelp.com/app/answers/detail/a_id/46523/
better articles are probably found by searching google for xpath and namespace
as a non standard alternative, nodes in default namespace can be referenced using "nlapi" as the prefix
d
thanks, I didn't even realise that was an issue ... I'll test it in a bit