Download XSLT 2.0 and XPath 2.0 Programmer's Reference
Download XSLT 2.0 and XPath 2.0 Programmer's Reference
We are showing up once again to offer you a suggested certified book. XSLT 2.0 And XPath 2.0 Programmer's Reference is one that has high quality publication to read. When starting to read, you will certainly see initially the cover and title of the book. Cover will have large amount to attract the viewers to buy guide. And also this publication has that component. This book is advised for being the admiring publication. Also the topic is comparable with others. The package of this book is much more appealing.
XSLT 2.0 and XPath 2.0 Programmer's Reference
Download XSLT 2.0 and XPath 2.0 Programmer's Reference
XSLT 2.0 And XPath 2.0 Programmer's Reference. Reading makes you better. Which claims? Several sensible words state that by reading, your life will certainly be a lot better. Do you believe it? Yeah, show it. If you need guide XSLT 2.0 And XPath 2.0 Programmer's Reference to check out to show the wise words, you can see this web page completely. This is the site that will supply all the books that probably you need. Are the book's compilations that will make you really feel interested to review? One of them below is the XSLT 2.0 And XPath 2.0 Programmer's Reference that we will certainly propose.
When having ideas to be much more successful and also better individual, one to constantly be reminded has to do with just how the procedure you will certainly obtain. Checking out publication is really one procedure that will sustain you getting the motivations from lots of resources. Even it includes whatever easy to made complex; book will certainly accompany you to constantly add lesson as well as experience. XSLT 2.0 And XPath 2.0 Programmer's Reference as one to refer is likewise among the books that has terrific breakthroughs. Yeah, every book always has own breakthroughs.
Based on that case, it's clear that your time to read this publication will not invest lost. You could start to overcome this soft documents book to favor far better analysis material. Yeah, finding this book as checking out book will supply you distinct experience. The intriguing subject, easy words to understand, and eye-catching enhancement make you feel comfy to just read this XSLT 2.0 And XPath 2.0 Programmer's Reference
You could change your mind to be much better after obtaining the sources from some data. However when you have the resources from this book, you could take just how different this publication view from others. Yeah, this is just what makes you really feel completed to conquer the function of the sources. XSLT 2.0 And XPath 2.0 Programmer's Reference turns into one referral that supplies the existence of brand-new information as well as concepts. Now, your time is for obtaining guide earlier. This is it the book that you require currently!
From the Back Cover
Combining coverage of XSLT 2.0 and XPath 2.0 into one book, this authoritative reference provides equal weight to the powerful new features of XSLT 2.0 and XPath 2.0 and the established capabilities of the 1.0 versions. Author Michael Kay has created his own implementation of XSLT 2.0 (Saxon), and he puts his unique knowledge to work in this detailed reference to the elements of the XSLT 2.0 language and the fundamentals of XPath, complete with syntax, practical usage advice, and examples. The book begins by teaching the essential concepts behind the language, knowledge you need if you are going to write good code rather than just working code. You will discover how XSLT and XPath differ from other languages, and how you use them to create effective web-based applications. The central chapters provide meticulous coverage of the language features of XSLT 2.0 and XPath 2.0. You will return to this reference whenever you encounter new programming challenges. You finish with detailed case studies highlighting real applications to give you insights you would otherwise gain only from months of practical experience. What you will learn from this book All the XSLT elements you can use in a stylesheet and the detailed rules for the syntax and semantics of each How Path expressions enable you to navigate around the structure of an XML document How you can improve your stylesheets by taking advantage of the XML Schema definitions of input and output documents How to take advantage of vendor extensions without losing portability Techniques for taking advantage of XSLT to write real applications Who this book is for This book is for experienced programmers who are looking to become proficient with XSLT 2.0. Previous experience with XSLT or XPath is not necessary. However, a working knowledge of XML, HTML, and web architecture is beneficial. Wrox Programmer's References are designed to give the experienced developer straight facts on a new technology, without hype or unnecessary explanations. They deliver hard information with plenty of practical examples to help you apply new tools to your development projects today.
Read more
About the Author
Michael Kay has been working in the XML field since 1997; he became a member of the XSL Working Group soon after the publication of XSLT 1.0, and took over as editor of the XSLT 2.0 specification in early 2001. He is also a member of the XQuery and XML Schema Working Groups, and is a joint editor of the XPath 2.0 specification. He is well known not only through previous editions of this book but also as the developer of the open source Saxon product, a pioneering implementation of XSLT 2.0, XPath 2.0, and XQuery 1.0. In 2004 the author formed his own company, Saxonica, to provide commercial software and services building on the success of the Saxon technology. Previously, he spent three years with Software AG, working with the developers of the Tamino XML server, an early XQuery implementation. His background is in database technology: after leaving the University of Cambridge with a Ph.D., he worked for many years with the (then) computer manufacturer ICL, developing network, relational, and objectoriented database software products as well as a text search engine, and held the position of ICL Fellow.
Read more
Product details
Hardcover: 1368 pages
Publisher: Wrox; 4 edition (May 5, 2008)
Language: English
ISBN-10: 0470192747
ISBN-13: 978-0470192740
Product Dimensions:
7.7 x 2.7 x 9.4 inches
Shipping Weight: 4.4 pounds (View shipping rates and policies)
Average Customer Review:
4.1 out of 5 stars
30 customer reviews
Amazon Best Sellers Rank:
#241,785 in Books (See Top 100 in Books)
It's tricky to judge the quality of a book in a field with which you're unfamiliar. One technique I've used is using common sense to find various kinds of errors-- and a good sign of this book is that each time I thought I'd caught the author in a mistake, further study always proved me wrong. I eventually ended up reading this book practically cover to cover and soaking up as much as I could.This book has no fluff or cutesy humor. The writing is precise, to the point, and anticipated my questions. There is some repetition (for example, on the topic of namespaces), making the book in my mind very useful as a reference. The author's obvious familiarity with the standard itself and its various implementations reveals itself in the many clarifying annotations.Some of the examples are very elaborate and thorough and serve to clarify the complexities of the technology where needed-- for example, regarding the subtleties of the 'for' and 'number' family of instructions.If there are any deficiencies in the book at all, they are minor. One irritation is the author's prejudice towards Java (granted that XSLT and XPath themselves seem more comfortable in that domain); for example, calling C++ "procedural" or claiming that Java popularized IEEE 754 (neglecting phenomenal implementations such as SANE that predated Java by a decade). This didn't really distract from the value of the book, other than that an entire appendix is devoted to JAXP while there is not a single mention of libxslt2-- making me wonder for a while whether the technologies described in this book were applicable to the problem I was trying to solve (they were).There are mentions of efficiencies that can be obtained with "a good optimizer," but with only my personal suspicion that only the author's own implementation supports them I'd still have some work to do if I wanted to evaluate the differences between them.In using the book I did often find myself confused over which parts applied to the 2.0 versions of XSLT/XPath-- and while the book does define that specifically, a clearer typographical separation would have been helpful. This problem obviously will become less relevant as the later versions become more widely supported.On the topic of the technologies themselves, I've become even more convinced of the absurdity of any kind of executable XML. Also, the melding together of two intentionally separate languages (XSLT vs XPath) with different type systems and other complex relationships appears to have no obvious practical advantage. Finally, if the object of one-based counting was to make the technology more accessible, the actual effect to me was to make it that much less so.In a nutshell, I have no qualms whatsoever recommending this book to a wide audience. It's extremely thorough, well-written and organized, and authoritative.
You won't easily find a better book on XSLT 2.0 and XPath 2.0. The reason is very simple: Michael Kay is THE expert on the subject, he has been publishing xslt references for almost a decade now. Currently he is the editor of the XSLT 2.0 specification at W3C. He is also involved the XQuery and the XML Schema Working Groups, also at W3C. He has developed the Saxon XSLT processor. This book (like its predecessors were and its future versions will be) is the definitive reference on XSLT.The third edition was in two separate books, one on XSLT 2.0 (XSLT 2.0 Programmer's Reference (Programmer to Programmer)) and one on XPath 2.0 (XPath 2.0 Programmer's Reference (Programmer to Programmer)). If you are serious about XSLT 2.0, you also need the information on XPath 2.0, as it is a sub language of XSLT 2.0. So you would need both books at hand. The current book contains all of the material available in the two predecessors, and more.I could have survived on the two books, but tired of taking them from my office to my home and vice versa, I ordered the new edition and I am enjoying it very much. After using the new edition for a week or so I have come upon quite a few improvements, for instance the chapter on regular expressions contains more information and is better structured. Examples have been updated and as have been the appendices covering the processors. There is a new appendix on the Altova processor.I should also mention the quality of the paper, the binding and the price, they are much better than the two previous books together.As a reference, the book is complete. It contains a clear description of all the elements of the standards and lots of (tested) examples. There is also much material about the design backgrounds of both standards (and of others like XML Schema and XQuery).The book is extremely well written and a joy to read.The book is aimed at developers and should not be used as a first introduction to XML transformation technology (unless you are an experienced programmer). If you need an introduction to XSLT (in its context) check out one of the other Wrox books like Beginning XML, 4th Edition (Programmer to Programmer) or Professional XML (Programmer to Programmer). One could also try Beginning XSLT 2.0: From Novice to Professional (Beginning: from Novice to Professional), it has good reviews. In any case if you are seriously interested (even as a newbie) don't buy anything from before 2004, it will not include the 2.0 functionalities. If you buy something published after 2004 check that they really updated the book and not only the title.Recently O'Reilly has issued an update of tidwell's XSLT, 2nd Edition. I could be worthwhile to consider this book also.
I have the 2nd edition in print and have used it for years. The books is not one you read linearly; you skip around to what you need to solve a particular solution. I bought the kindle edition thinking that the cross references would be linked and save me the effort of flipping pages. Unfortunately, nothing is linked. It seems that they printed the book to pdf and slapped a paperback price on it.5 stars for the content-4 stars for the kindle edition.I just wasted 35 bucks
XSLT 2.0 and XPath 2.0 Programmer's Reference PDF
XSLT 2.0 and XPath 2.0 Programmer's Reference EPub
XSLT 2.0 and XPath 2.0 Programmer's Reference Doc
XSLT 2.0 and XPath 2.0 Programmer's Reference iBooks
XSLT 2.0 and XPath 2.0 Programmer's Reference rtf
XSLT 2.0 and XPath 2.0 Programmer's Reference Mobipocket
XSLT 2.0 and XPath 2.0 Programmer's Reference Kindle
0 comments:
Post a Comment