Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
Beginning Xslt

Beginning Xslt

List Price: $39.99
Your Price: $27.99
Product Info Reviews

<< 1 2 >>

Rating: 5 stars
Summary: If you are a beginner to XSLT, this is the one you ever need
Review: ...Beginning XSLT provides an in-depth tutorial and reference to XSL, plus related XML tools and standards. Starting from the ground up, this text provides an extremely detailed yet accessible survey of the latest in tools and XSL programming techniques that can extend the range of your XML-driven Web applications or Web sites. As a thorough tutorial to XSL, this text stands out, with its patient authorial style and the consistent use of an online TV guide for a case study used to illustrate key concepts.

***This book convincingly demonstrates that XSL is a "real" programming language, with support for variables and even simulating changing variables through recursion. Chances are you may not need every technique presented here, but the range of options covered remains impressive and helps make this a book you can return to more than once as you extend your knowledge of XSL over time.

***Two standards get their due late in the book--the Resource Definition Framework Site Summary (RSS), for describing content channels, and graphics defined with the Scalable Vector Graphics (SVG) standard. Handy reference sections for XSL keywords and XPath round out this admirably rich text. For anyone new to XSL, this title will serve in providing the basics, with its patient presentation style and truly clear examples. For those who want to do even more, this book is surprisingly deep for a beginner's text! - Reviewed by: Raffiudeen Illahideen, IL, USA

Rating: 5 stars
Summary: Best XSLT book in its class...this is a keeper.
Review: Absolutely the best instructional text for anyone beginning XSLT, step bt step approach with alternative approaches, very little re-reading of text required, she gets her points across very very well - highly recommended

Rating: 5 stars
Summary: Absolutely the best book on XSLT
Review: Forget that Michael Kay book! This is the one you need. Although it is called "Beginning XSLT", the author moves very quickly along and really covers everything you need to know. So even if you are looking for something more than a beginner book then give this one a try, you'll be glad you did. I am really impressed with it.

Rating: 5 stars
Summary: Absolutely the best book on XSLT
Review: Forget that Michael Kay book! This is the one you need. Although it is called "Beginning XSLT", the author moves very quickly along and really covers everything you need to know. So even if you are looking for something more than a beginner book then give this one a try, you'll be glad you did. I am really impressed with it.

Rating: 5 stars
Summary: An excelent book
Review: I buyed this book in Octuber, 2002. Recently I started to read it again. I think this tell many of the book. It is a very useful book and explains complex things in a very easy way. I would recomend this book to anyone that is thinking seriously to go into the XSLT world.

Rating: 5 stars
Summary: Best book I've read on XSLT
Review: I was extremely impressed with the quality of this book. The material was presented progressively, each chapter building on the last. The material was very well organized. I was using XSLT in my job for the first time, and I immediately began to feel comfortable with it based on the examples in this book. I read another XSLT book about six months ago and came away from it still confused (maybe because I am used to procedural languages, and XSLT is a functional language). This is a very smart woman who can explain complex material clearly. I'll buy anything else she writes!

Rating: 5 stars
Summary: If you ever buy 1 bookon XSLT, make it this one
Review: I've found "Beginning XSLT" by Jeni Tennison ...to be one of the best overall books on Web development to come out in recent times. I've always wanted a book covering in-depth examples of XSLT (eXtensible Stylesheet Language Transformations), as I've so often grown sick and tired of the mere 30 or less pages my XML books dedicate to the subject. XSLT is quite easy to learn, it's just traditionally been hard to find enough information on the subject all in the same place.

Published in May 2002, the examples use the latest XSLT W3C recommendation, so it's current and set to go... Much thanks to the folks at Wrox for putting this one together.

Written in a manner that is both educational and entertaining, Jeni presents the reader with a simple theme everyone's familiar with - a television schedule listing consisting of XML-based data. She proceeds to describe how XSLT can be used to quickly render XML into effective hypertext documents for dynamic presentation.

While the Web development community is normally torn on this approach, with some devs preferring a more wider range of examples, with others favoring the application of a specific technology towards a single concept, (I'll admit that I'm normally one of the former), Tennison's use of the example is easy to grasp and far-reaching. She lays out the example and then proceeds to construct it. And doing so along with her is quite cool.

The book features excellent descriptions of how a developer can work with result sets, use XSLT functions, keys/grouping, escaping and working with CDATA, using variables and parameters, recursion, and one of the best introductory discussions of XPath in print. The book is also completed by two very healthy appendices that serve as quick references guides on XSLT and XPath. The major platforms supporting XSLT and their parsers are described and contrasted in-depth, including MSXML3, Saxon, Xalan, SAX, etc.

Tennison takes the point-of-view of a best-practices approach, preaching performance and thoughtful, intuitive design over mere pushing of data to be spit out. She structures her discussion in such a way that makes it easy for the experienced programmer to quickly pickup XSLT for their projects, but in doing so remaining within the grasp of the novice to learn a powerful new tool.

The only criticism I have about the book is that due to the ongoing example of the TV guide, it makes the book somewhat difficult to pickup in mid-project, as frequent reference is made to examples laid out in earlier chapters. One must usually go through the examples from the beginning to really get it.

But this book's positive aspects far outweigh the negative, and the latter is only a personal situation I ran into... the book is a steal considering everything you and your development team will get out of it.

Rating: 5 stars
Summary: If you ever buy 1 bookon XSLT, make it this one
Review: I've found "Beginning XSLT" by Jeni Tennison ...to be one of the best overall books on Web development to come out in recent times. I've always wanted a book covering in-depth examples of XSLT (eXtensible Stylesheet Language Transformations), as I've so often grown sick and tired of the mere 30 or less pages my XML books dedicate to the subject. XSLT is quite easy to learn, it's just traditionally been hard to find enough information on the subject all in the same place.

Published in May 2002, the examples use the latest XSLT W3C recommendation, so it's current and set to go... Much thanks to the folks at Wrox for putting this one together.

Written in a manner that is both educational and entertaining, Jeni presents the reader with a simple theme everyone's familiar with - a television schedule listing consisting of XML-based data. She proceeds to describe how XSLT can be used to quickly render XML into effective hypertext documents for dynamic presentation.

While the Web development community is normally torn on this approach, with some devs preferring a more wider range of examples, with others favoring the application of a specific technology towards a single concept, (I'll admit that I'm normally one of the former), Tennison's use of the example is easy to grasp and far-reaching. She lays out the example and then proceeds to construct it. And doing so along with her is quite cool.

The book features excellent descriptions of how a developer can work with result sets, use XSLT functions, keys/grouping, escaping and working with CDATA, using variables and parameters, recursion, and one of the best introductory discussions of XPath in print. The book is also completed by two very healthy appendices that serve as quick references guides on XSLT and XPath. The major platforms supporting XSLT and their parsers are described and contrasted in-depth, including MSXML3, Saxon, Xalan, SAX, etc.

Tennison takes the point-of-view of a best-practices approach, preaching performance and thoughtful, intuitive design over mere pushing of data to be spit out. She structures her discussion in such a way that makes it easy for the experienced programmer to quickly pickup XSLT for their projects, but in doing so remaining within the grasp of the novice to learn a powerful new tool.

The only criticism I have about the book is that due to the ongoing example of the TV guide, it makes the book somewhat difficult to pickup in mid-project, as frequent reference is made to examples laid out in earlier chapters. One must usually go through the examples from the beginning to really get it.

But this book's positive aspects far outweigh the negative, and the latter is only a personal situation I ran into... the book is a steal considering everything you and your development team will get out of it.

Rating: 5 stars
Summary: Modest title for such a great book
Review: Jeni calls it "Beginning" XSLT since she probably wanted to attract new-comers, but this book goes well beyond the intro stuff. I have 3 books on XLST, the others being good books, but this is by far the best. Real world examples, plenty of explanation for each. What else can I say. Buy this if you need to work with XML/XSLT.

Rating: 5 stars
Summary: Modest title for such a great book
Review: Jeni calls it "Beginning" XSLT since she probably wanted to attract new-comers, but this book goes well beyond the intro stuff. I have 3 books on XLST, the others being good books, but this is by far the best. Real world examples, plenty of explanation for each. What else can I say. Buy this if you need to work with XML/XSLT.


<< 1 2 >>

© 2004, ReviewFocus or its affiliates