Thanks for your reply Russ. I tried this and still got an error:
var JobName = XDocument.DOM.selectSingleNode("my:JobName").text;
The error says object required.
Thanks,
Joel
> You need to use XDocument.DOM.selectSingleNode
> The DOM is the xml tree itself, so that's where you have to go to get at
[quoted text clipped - 20 lines]
>> Thanks,
>> Joel
S.Y.M. Wong-A-Ton - 14 Nov 2006 00:06 GMT
The XPath expression to the "my:JobName" node is probably incorrect.
Double-check it and/or try using "//my:JobName" instead.
---
S.Y.M. Wong-A-Ton
> Thanks for your reply Russ. I tried this and still got an error:
>
[quoted text clipped - 29 lines]
> >> Thanks,
> >> Joel