The book remains a must-have resource for introductory programming, and a useful tool for more intermediate developers.
— Jason Salas, Guam's Mr. Media
The introduction on XML is succint and concise.
— Phu Ly, If ..Else
Dont waste time on 1,000-page tomes full of syntax; this book is all you need to get ahead in XML development. Renowned web developer Sas Jacobs presents an essential guide to XML. Beginning XML with DOM and Ajax is practical and comprehensive. It includes everything you need to know to get up to speed with XML development quickly and painlessly.
Jacobs begins by presenting an overview of XMLits syntax, rules, vocabularies, and the hows and whys of validity. She also covers the current state of XML support in todays web browsers. Next, Jacobs covers all of the basic essential uses of XML. Youll learn how to display XML data using CSS, and transform XML data using XSLT. Youll even learn about dynamic XML scripting using the XML DOM.
The last part of the book covers advanced server-side XML uses in real-world applications, including displaying XML data in Flash, and XML-driven PHP and ASP.NET applications. And last but not least, Jacobs provides a perfect introduction to Ajax development.
Customer Reviews
Average Rating:
Rating: - the book for XML in the browser
The book do the right job for who want to learn the XML in the context of the browser , and i consider it XML in the Browser defenitive guide , beginning with the fundamentals of XML for writing well formed XML documents , then illustrate what you need to know about XSL , XPath , XPointer , xhtml , MathMl , SVG , WSDL , SOAP , RSS , VoiceXML , SMIL and Database output formats , then illustrate how to manipulate XML in the client-side using W3C DOM , XSLT and ADOBE flash XML class and AJAX then end ... Read More
Rating: - Informative But, Deceptive Title
I am a beginning web designer as i was assigned by the church i work at to pick up books and learn how to make a website. I bought this book after deciding to follow through a roadmap series, provided by apress publishers, that i found on the back of Beginning CSS Web Development, which by the way is a great book for those wanting to learn CSS and enjoy doing so. Simon Collison is very entertaining and knows how to properly instruct and teach you in the arts of CSS web development.
Rating: - Convoluted XML, From Novice to Lost
The book barely touches XML, and when it does, it keeps comparing it to XHTML. In fact, a lot of examples are about XHTML (and I thought this book was about XML). There aren't any real-world examples in how to use XML, just theoretical talk on ideas of use. I can understand that XHTML is the marriage of HTML and XML, but does the book have to use more examples of XHTML than explaining what XML is? Obviously I was still lost about the use of XML. The book also covers formatting XML with CSS, for presenting ... Read More
Rating: - Excellent intro to XML, XSL, and AJAX
This book is excellent as an introduction to XML as used in web development. Whether you've been using XML for data storage but would like to take it to the next level, or haven't ever used XML, this book is a must-read. It doesn't tell you everything you need to know, but it gets you started and tells you how you can find out the rest on the Web. Its countless examples are all well explained.
I use Professional Ajax by Zakas, McPeak, and Fawcett along with it. If one book may leave a question the ... Read More
Rating: - Weak explanations & contrived examples
This book tries to do too much and falls down on many accounts. The two chapters on XSLT left me wondering what in the world was going on. Jacobs provides examples of how to use XSLT, but fails to explain how the code really works.
The examples are very contrived. For instance, Jacobs shows how to use PHP to retrieve a result set from a MySQL database. Then, we see convoluted steps to convert the data into XML. Then we have to write XSLT to manipulate the XML. It would be much more efficient and practical ... Read More