MSXML: in visual stdio 8: how can I read in the scema the data?

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi,
Can you please advice,
I would like to read the data in the scema.
Which API do that in MSXML?
for example I have the bellow xml.
how can I read the entity from the schema?which which API?
and how I can get the id, by which API? (tuple id)

<?xml version="1.0" encoding="UTF-8"?><br/>
<presence xmlns:mp=" http://something"<br/>
entity="sip:car54@agency.gov <br/>
<br/>
<tuple id="kas892n1 <br/>
<status><br/>
<basic>open</basic><br/>
</status><br/>
....<br/>
</oma:service-description><br/>
<br/>
<dm:deviceID>urn:dn:laptop1</dm:deviceID><br/>
<!-- timestamp of publish--><br/>
<timestamp>2010-07-22T20:57:29Z</timestamp><br/>
</tuple><br/>
<br/>
<dm:person id="jk9278h2 <br/>
<mp:person-type>device</mp:person-type><br/>
</dm:person><br/>
<br/>
</presence><br/>

Thank you .....

View the full article
 
Back
Top