EDN Admin
Well-known member
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/>
<dmerson id="jk9278h2 <br/>
<mperson-type>device</mperson-type><br/>
</dmerson><br/>
<br/>
</presence><br/>
Thank you .....
View the full article
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/>
<dmerson id="jk9278h2 <br/>
<mperson-type>device</mperson-type><br/>
</dmerson><br/>
<br/>
</presence><br/>
Thank you .....
View the full article