querying the document.
This works fine:
return
xmlNode.selectSingleNode(strFmt('[EMAIL PROTECTED]'%1\']',_fld)).text();
But if I try ex:
return xmlNode.selectSingleNode('child::node()').text();
or
return xmlNode.selectSingleNode('child::FIELD[...]').text();
or
......., i get an error:
Method 'selectSingleNode' in COM-object in class 'IXMLDOMElement'
returned error 0x80004005 (E_FAIL), which means: Expected token 'eof'
found ':'. child-->:<--:node()
I have tried all sorts of syntax, but I get the same error every time.
Any help on this would be greatly appreciated!
Regards,
Morten Aasheim
Systemconsultant
YAHOO! GROUPS LINKS
- Visit your group "development-axapta" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.