Any method like XML Binding at VB.NET

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mullin Yu

    Any method like XML Binding at VB.NET

    hi,

    i want to know a better way to build a xml tree at .net, especially vb.net.

    yes, i can make by string or dom. but, is there any faster way like XML Java
    Binding or something else?

    thanks!

    mullin


  • Cor

    #2
    Re: Any method like XML Binding at VB.NET

    Hi Mulin,
    Take a look at XMLwriter and XMLtext writer on MSDN.
    I never used but I know it exist and looks to something you are asking.[color=blue]
    >
    > i want to know a better way to build a xml tree at .net, especially[/color]
    vb.net.[color=blue]
    >
    > yes, i can make by string or dom. but, is there any faster way like XML[/color]
    Java[color=blue]
    > Binding or something else?[/color]
    I hope this helps a little bit to bring you on the route.
    Cor


    Comment

    • CJ Taylor

      #3
      Re: Any method like XML Binding at VB.NET

      If you want sample code for this, there are like 3 XML treeviews on
      planetsourcecod e.com. Actually there are problably more. Some bindable
      some not, but there are many VB.NET examples.

      -CJ
      "Mullin Yu" <mullin_yu@ctil .com> wrote in message
      news:%23TGDS3zg DHA.2328@TK2MSF TNGP09.phx.gbl. ..[color=blue]
      > hi,
      >
      > i want to know a better way to build a xml tree at .net, especially[/color]
      vb.net.[color=blue]
      >
      > yes, i can make by string or dom. but, is there any faster way like XML[/color]
      Java[color=blue]
      > Binding or something else?
      >
      > thanks!
      >
      > mullin
      >
      >[/color]


      Comment

      Working...