G
glbdev
Hi,
I posted this in "microsoft.public.xml.msxml-webrelease" but now
realize it should probably have been in the ASP group. Sorry if that
causes any problems.
I have an XML document like:
<MainNode>
<Value>First Value</Value>
</MainNode>
<MainNode>
<Value>Second Value</Value>
</MainNode>
<MainNode>
<Value>Third Value</Value>
</MainNode>
<MainNode>
<Value>Fourth Value</Value>
</MainNode>
</dataroot>
I need to append information to this file using ASP. How do I do this?
I am just starting out in XML so sample code would really help.
Also, I may need to remove a node from this file ... is that possible?
If so, how?
Thanks!!
- Gary
I posted this in "microsoft.public.xml.msxml-webrelease" but now
realize it should probably have been in the ASP group. Sorry if that
causes any problems.
I have an XML document like:
<MainNode>
<Value>First Value</Value>
</MainNode>
<MainNode>
<Value>Second Value</Value>
</MainNode>
<MainNode>
<Value>Third Value</Value>
</MainNode>
<MainNode>
<Value>Fourth Value</Value>
</MainNode>
</dataroot>
I need to append information to this file using ASP. How do I do this?
I am just starting out in XML so sample code would really help.
Also, I may need to remove a node from this file ... is that possible?
If so, how?
Thanks!!
- Gary