lazytrucker
Programmer
Trying to use asp to add to an xml doc on the fly.
Method:
set elementchild=objxml.documentelement.childnodes.Item(i).childnodes(0).createelement("ElementName")
An error is returned object doesnt support this method.
Is there a way of inserting data in to an xml document using asp on the fly???
Any ideas appreciated.
Cheers Lazytrucker.
Method:
set elementchild=objxml.documentelement.childnodes.Item(i).childnodes(0).createelement("ElementName")
An error is returned object doesnt support this method.
Is there a way of inserting data in to an xml document using asp on the fly???
Any ideas appreciated.
Cheers Lazytrucker.