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

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

  • Sunday, January 06, 2013 1:02 PM
     
     

    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"?>
    <presence xmlns:mp=" http://something"
    entity="sip:car54@agency.gov">

    <tuple id="kas892n1">
      <status>
        <basic>open</basic>
      </status>
      ....
      </oma:service-description>

      <dm:deviceID>urn:dn:laptop1</dm:deviceID>
      <!-- timestamp of publish-->
      <timestamp>2010-07-22T20:57:29Z</timestamp>
    </tuple>

      <dm:person id="jk9278h2">
        <mp:person-type>device</mp:person-type>
      </dm:person>

    </presence>

    Thank you .....

All Replies