Get Value From XML node

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • GermanD
    New Member
    • Mar 2008
    • 1

    #1

    Get Value From XML node

    Hi,

    How could I get the "Invalid Franchise Code" value from this xml document?
    Using C# 2005.
    (Hope i can post this here as i wasnt able to post under the .NET category)

    <?xml version="1.0" encoding="utf-8" ?>
    <string xmlns="http://WorkshopWebServ ice">Invalid Franchise Code</string>

    Thanks
  • MarkoKlacar
    Recognized Expert Contributor
    • Aug 2007
    • 296

    #2
    Hi,

    I think you need an XML parser for C#. I've never used one but do a google search and you'll probably get some tips.

    GL

    Comment

    Working...