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

Threaded View

  1. #3
    Join Date
    Aug 2004
    Posts
    67

    Re: VB.NET: Get the Attribute and Text out from Xml string

    Thanks...it works

    How to create a loop to see all InnerText and Attributes...
    What if i want to select only either all the attributes or InnerText to view....

    Example:
    LoadXml("<Main Type='Personal'><Time Hour="23" Min = "50"> Appointmnet</Time><Time Hour="10" Min = "40">Booking</Time></Main>)"

    Any articles or examples to go about it...

    Thanks
    Last edited by toytoy; September 27th, 2004 at 10:23 PM.

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