XML in vb.NET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • taimoor258
    New Member
    • Feb 2008
    • 1

    XML in vb.NET

    i want to achieve this in vb.net
    [code=xml]
    <?xml version="1.0" standalone="yes "?>
    <NewDataSet>
    <Settings>
    <Wallpaper>http ://bytes.com/images/Sunset640x480.j pg</Wallpaper>
    <NoOfIcons>8</NoOfIcons>
    </Settings>

    <Icons>
    <IconItem>
    <Name>sdaf</Name>
    <Url>http://bytes.com/images/abc.gif</Url>
    </IconItem>

    <IconItem>
    <Name>sd3432a f</Name>
    <Url>http://bytes.com/images/asd.gif</Url>
    </IconItem>

    <IconItem>
    <Name>sdfye4</Name>
    <Url>http://bytes.com/images/acd.gif</Url>
    </IconItem>

    <IconItem>
    <Name>123</Name>
    <Url>http://bytes.com/images/ac.gif</Url>
    </IconItem>

    </Icons>
    </NewDataSet>
    [/code]


    How is it possible anyone of you who knows how to do this ??
    I will prefer using dataset .

    Thanking you in advance

    TaimooR
    Last edited by Frinavale; Dec 9 '08, 04:03 PM. Reason: added [code] tags
  • Imaginativeone
    New Member
    • Nov 2008
    • 3

    #2
    Base Data

    Is your base data a text file?

    Comment

    • jkmyoung
      Recognized Expert Top Contributor
      • Mar 2006
      • 2057

      #3
      Input data:
      Where are you getting it from?
      What format is it?

      Comment

      • Frinavale
        Recognized Expert Expert
        • Oct 2006
        • 9749

        #4
        What .NET Framework version are you using?
        Could you please explain your problem in more detail?
        Be sure to include details about:
        • Were you got the XML data from
        • What you are trying to do with the XML data
        • and...What you have tried so far


        -Frinny

        Comment

        Working...