Click to See Complete Forum and Search --> : referencing within namespaces


Bill Crawley
December 11th, 2003, 07:55 AM
HI All,

if my XML comprises:
<TalkMessage xmlns="http://www.xyz.co.uk/CM/envelope">
<Header>
........
</Header>
<Body>
<Notification xmlns="http://www.talk.co.uk/gateway/notification">
..............


If I set :

objXMLDOM.setProperty "SelectionLanguage", "XPath"
objXMLDOM.setProperty "SelectionNamespaces", "xmlns:Talk=""http://www.xyz.co.uk/CM/envelope"""

where objXMLDOM is a DOMDOCUMENT

how do I make a reference to an element within the second namespace?

thanks