S
sherifffruitfly
Hi,
Last question (promise). I want to write out a new XML row, tacked onto
the end of everything contained under the first <elementName> section.
I can do the write, I'm just not sure what the xpath is to complete the
following:
XmlElement el = (XmlElement)cdjDoc.SelectNodes(@"first element named
elementName");
Can anyone tell me?
Thanks a jillion - i'll go away now
Last question (promise). I want to write out a new XML row, tacked onto
the end of everything contained under the first <elementName> section.
I can do the write, I'm just not sure what the xpath is to complete the
following:
XmlElement el = (XmlElement)cdjDoc.SelectNodes(@"first element named
elementName");
Can anyone tell me?
Thanks a jillion - i'll go away now
