Any method like XML Binding at VB.NET

  • Thread starter Thread starter Mullin Yu
  • Start date Start date
M

Mullin Yu

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
 
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.
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?
I hope this helps a little bit to bring you on the route.
Cor
 
If you want sample code for this, there are like 3 XML treeviews on
planetsourcecode.com. Actually there are problably more. Some bindable
some not, but there are many VB.NET examples.

-CJ
 
Back
Top