|
by luisabreu via LA.NET [EN] on 4/29/2008 10:11:36 PM
In the previous post I've talked about some of the classes you'll find in this new API. Today we'll see how easy it is to create a new XML document with the new API. Most of the time, you'll end up working with the XElement or XAttribute classes. Lets start with an existing XML tree: <clients> <client id="1"> <name>Luis</name> <address> <street>Some place</stre
... [ read more ]
|