Results 1 to 32 of 32

Thread: VB.NET: Get the Attribute and Text out from Xml....[Resolved]

Threaded View

  1. #1

    Thread Starter
    Addicted Member toytoy's Avatar
    Join Date
    Jul 2004
    Posts
    230

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

    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)

    more sugguestions and related articles will be greatly appreciate...

    Thanks
    Last edited by toytoy; Jan 22nd, 2005 at 12:06 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