Hi,
A few hours ago I came across this weird problem where I cant use appendChild, setChildren, createSegment etc.
Whenever I try to use the code below, I get TypeError: appendChild is not a function, it is xml.
I've seen people use createSegment to create a new XML segment, but that gives me undefined as return value.
A few hours ago I came across this weird problem where I cant use appendChild, setChildren, createSegment etc.
Whenever I try to use the code below, I get TypeError: appendChild is not a function, it is xml.
Code:
tmp['Request']['Events']['Event']['Documents'].appendChild(new XML('<Document></Document>')); var document = tmp['Request']['Events']['Event']['Documents']['Document']
Comment