Book about XML and C#

  • Thread starter Thread starter C# newbie
  • Start date Start date
C

C# newbie

Hi guys,

Does anybody know a good book which talks about XML, C# and parsing,
searching issues in an XML file?

Thanks
 
Hi guys,

Does anybody know a good book which talks about XML, C# and parsing,
searching issues in an XML file?

Thanks

I know of two books that dea specificallyl with C#/XML:

Applied XML Programming for Microsoft .NET
by Dino Esposito
http://www.amazon.com/exec/obidos/tg/detail/-/0735618011

and

.NET and XML
by Niel M. Bornstein
http://www.amazon.com/exec/obidos/tg/detail/-/0596003978

The Esposito book is good if you want to get into the depths of XML.

I like the Bornstein book better for getting functions to solve
specific problems.

There's a decent chapter on XML in the Prosise .NET book, but I'm not
sure it has enough info for what you want to do.

www.bookpool.com generally has the best prices on technical books.

_e
 
Thanks. I'm trying to find methods of finding, replace and grabbign
data/attributes associated with information given by user.
Looks the applied xml ... would be more helpful. is that?

thx
 
Does anybody know a good book which talks about XML, C# and parsing,
searching issues in an XML file?
[/QUOTE][/QUOTE]
Thanks. I'm trying to find methods of finding, replace and grabbign
data/attributes associated with information given by user.
Looks the applied xml ... would be more helpful. is that?

Again, you may want to look at the Bornstein book. Find a book store
that stocks both and check them out. Dino's books are always very
deep and they serve as great references for stuff you can't find
elsewhere. I sometimes find them tough to read though.

_e
 
Back
Top