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:PMTProductManagementTool/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
Hi Patrick,
Are you using ISO8601 as a date format?
http://www.iso.org/iso/en/prods-services/popstds/datesandtime.html
Regards,
Franck Dauché
> I'm trying to set an XML node for one of my forms using javascript. Example
> code:
[quoted text clipped - 10 lines]
>
> --Patrick Temple
Patrick Temple - 15 Dec 2005 15:10 GMT
Franck,
Not really sure, its whatever InfoPath uses for the Date. Example: 2005-12-15
I tried assigning a text value using a basic string field node as well with
the same negative result.
Thanks again
--Patrick Temple
> Hi Patrick,
>
[quoted text clipped - 19 lines]
> >
> > --Patrick Temple