CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 12 of 12

Threaded View

  1. #1
    Join Date
    Aug 2004
    Posts
    67

    VB.NET: Get the Attribute and Text out from Xml string....[Unsolved]

    Say i receive this string from the server:
    s = "<Main Type="Personal">Title</Main>"

    How to extract the attributes = "Personal" from Main tag
    and the Text ="Title" using LoadXml(s)

    Thanks
    Last edited by toytoy; October 26th, 2004 at 07:05 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured