E
eva.mukhija
I'm using DOM Parser for manipulating XML Document.I need to detect the
end of a particular node in an XML document and insert an entirely new
node just before its end as depicted below
The XML Document can contain multiple occurances of type Node1:
I need to add a new child node(newNode) just before it ends. Can any
one help??
<Node1>
<newNode></newNode>
</Node1>
<Node1>
<newNode></newNode>
</Node1>
<Node1>
<newNode></newNode>
</Node1>
end of a particular node in an XML document and insert an entirely new
node just before its end as depicted below
The XML Document can contain multiple occurances of type Node1:
I need to add a new child node(newNode) just before it ends. Can any
one help??
<Node1>
<newNode></newNode>
</Node1>
<Node1>
<newNode></newNode>
</Node1>
<Node1>
<newNode></newNode>
</Node1>