Looking at an example:
wsDOM.selectSingleNode("/dfs:myFields/s0:getCurrentUserFullName/s0:localUserName").text = strUserName;
what are dfs and s0?
Where might I find reference material on this?
T.Coita@gmail.com - 16 Jun 2005 10:44 GMT
hi,
It's the namespace of XML!
Normally in XML you cannot set the same name two times with the
namespaces you can !
you can have :
dfs:toto and s0:toto
The same name but not the same property and content!
If you wan't more information on the namespace XML make a search on
google there are a lot of explanation on that!
++
Thierry