Hi,
If I have that xml file:
If I have that xml file:
Code:
<Child name="Cat">
<Child name="sub01">
<Child name ="pro01">
</Child>
</Child>
<Child name="sub02">
<Child name="pro01"></Child>
<Child name="pro02"></Child>
</Child>
</Child>
<Child name="Cat02">
======================> How to insert another Child Node Here
</Child>
Comment