Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Resources for those who want to learn XML

XML 101

Resources for those who want to learn XML

by  harebrain  Posted    (Edited  )
We're often asked to recommend books or other resources to those who are new to XML. This should get the newbie started.
[UL]
[LI]First, try an online tutorial on XML. To name a few:
[UL]
[LI]http://www.zvon.org/[/LI]
[LI]http://www.w3schools.com/[/LI]
[LI]http://www.tizag.com/xmlTutorial/[/LI]
[LI]http://www.ibm.com/developerworks/xml (There is a ton of great information at IBM, from beginner to expert. [!]Highly recommended.[/!])[/LI]
[/UL][/LI][/UL]
[UL]
[LI]For those who must have a book, David Hunter's (et al.) Beginning XML (ISBN-10: 0470114878) now in its fourth edition from Wrox Press is good. Earlier editions, like many Wrox books, had a fair share of errors in the code. (General advice: no book is complete without a printout of the errata, usually found on the publisher's Web site.) Reportedly, the multiple authorship is not so apparent in this edition compared to the third. Also, avoid the Deitel et al. book, XML How to Program from Prentice Hall. It's error-filled and the host of authors makes for extremely uneven coverage of important topics. It's also unnecessarily pedantic and dense: not worth the struggle.[/LI]
[/UL][UL]
[LI]Once you have a feel for XML, get Elliotte Rusty Harold's book, Effective XML (ISBN-10: 0321150406) from Addison Wesley. It will give you a deeper understanding of how to do things properly ("best practices") and why things work the way they do. This book is also very easy to read. [!]Highly recommended.[/!][/LI]
[/UL][UL]
[LI]When you need to go deeper into XSLT, get Jeni Tennison's "Beginning XSLT" from APress. (You might find old editions from Wrox, cheap. There is also a new version, "Beginning XSLT 2.0," (ISBN-10: 1590593243) which I haven't seen yet.) Don't be put off that she begins by introducing XML--you can cruise through it. It's especially good for those who like an end-to-end example rather than snippets.[/LI]
[/UL]

A final piece of advice: if you're using a text editor to create XML, keep two files with XML and XSL declarations handy so you can cut and paste. This will help you avoid many maddening errors.
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top