dfs, s0 what are these?

O

OMAF-Terry

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

T.Coita

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top