P
Patrick Temple
I'm trying to set an XML node for one of my forms using javascript. Example
code:
var X = a date brought in from another xml doc.
XDocument.DOM.selectSingleNode(/requirement/my
MTProductManagementTool/DODate).text = X;
Everything works except the assignment of the date to the node. I'm
assuming I'm doing something wrong, so if anyone knows that would be very
helpful.
Thanks
--Patrick Temple
code:
var X = a date brought in from another xml doc.
XDocument.DOM.selectSingleNode(/requirement/my
Everything works except the assignment of the date to the node. I'm
assuming I'm doing something wrong, so if anyone knows that would be very
helpful.
Thanks
--Patrick Temple