XML to asp recordset

  • 15 years ago

    Hello,


    I recently posted the below in the ASP forum but got no replies - i'm thinking it's more a question for you XML gurus and I really hope someone has an answer :-)




    I am being sent to one of my URL's the following XML :


    <?xml version="1.0" encoding="ISO-8859-1"?>
    <smsreport>
    <date>05.09.2005 15:22:28</date>
    <result>success</result>
    <msgid>2712565E20D3F9483D7D10A134B6BD18</msgid>
    </smsreport>


    It is being sent via HTTP POST.


    How do I take the data (date, result and msgid) and put it into variables so I then automatically send an email to myself to confirm the data has arrived?


    Any help is very much appreciated


    Thanks


    -Mark

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.” - Tom Cargill