Location:  Home» Web Dev » Professional Xsl (Programmer to programmer)  
Categories
Web Dev
Web Marketing
General Marketing
E-commerce
Bestsellers
1.Macromedia Flash Professional 8 Game Development
2.XSL Formatting Objects Developer's Handbook (Developer's Library)
3.DocBook XSL: The Complete Guide (4th Edition)
4.XSLT 2.0 Programmer's Reference (Programmer to Programmer)
5.Xsl Fo
6..NET and XML
7.Definitive XSL-FO (Charles F. Goldfarb Definitive XML Series)
8.FileMaker Pro 6 Developer's Guide to XML/XSL (Wordware Library for Filemaker)
9.Illustrating with Macromedia Flash Professional 8 (Graphics Series)
10.DocBook XSL: The Complete Guide (3rd Edition)
Most Gifted
1.Xsl Fo
2.Macromedia Flash Professional 8 Game Development
3.XSLT 2.0 Programmer's Reference (Programmer to Programmer)
4.XSL Formatting Objects Developer's Handbook (Developer's Library)
5..NET and XML
6.Illustrating with Macromedia Flash Professional 8 (Graphics Series)
7.DocBook XSL: The Complete Guide (3rd Edition)
8.DocBook XSL: The Complete Guide (4th Edition)
9.XML Publishing with AxKit
10.FileMaker Pro 6 Developer's Guide to XML/XSL (Wordware Library for Filemaker)
Most Wished For
1.Macromedia Flash Professional 8 Game Development
2.XSLT 2.0 Programmer's Reference (Programmer to Programmer)
3.Illustrating with Macromedia Flash Professional 8 (Graphics Series)
4.XSL Essentials
5.Xsl Fo
6.DocBook XSL: The Complete Guide (4th Edition)
7.Definitive XSL-FO (Charles F. Goldfarb Definitive XML Series)
8.XSL Formatting Objects Developer's Handbook (Developer's Library)
9.XSL Companion, The
10..NET and XML

Professional Xsl (Programmer to programmer)

Professional Xsl (Programmer to programmer)

enlarge enlarge 
Authors: Kurt Cagle, Michael Corning, Jason Diamond, Teun Duynstee, Oli Gudmundsson, Jirka Jirat, Mike Mason, Jon Pinnock, Paul Spencer, Jeff Tang, Paul Tchistopolskii, Jeni Tennison, Andrew Watt
Publisher: Wrox Press
Category: Book

List Price: $49.99
Buy New: $0.76
You Save: $49.23 (98%)



New (8) Used (11) from $0.76

Rating: 3.0 out of 5 stars 6 reviews
Sales Rank: 1109419

Media: Paperback
Edition: 1st
Pages: 800
Number Of Items: 1
Shipping Weight (lbs): 2.8
Dimensions (in): 9.2 x 7.3 x 1.7

ISBN: 1861003579
Dewey Decimal Number: 005
UPC: 676623035790
EAN: 9781861003577
ASIN: 1861003579

Publication Date: June 2001
Availability: Usually ships in 1-2 business days

Editorial Reviews:

Product Description
Professional XSL takes an applied, tutorial-style approach to teaching the core fundamentals of the XSLT, XPath and XSL-FO specifications. You'll learn how to create well structured and modularized stylesheets to generate your required output, how to change, filter, and sort data, and how to incorporate other content for presentation purposes.

XML is now the established standard for platform-neutral data storage and exchange, separating content from presentation. Its popularity is due to the flexibility of the language and the ability to reuse the data in a variety of ways. XSL is a key technology for working with XML, and is comprised of two parts: XSLT is the official language for transforming XML from one format to another, whether for restructuring/selectively processing the data or presenting the data for display; XSL-FO is a proposed vocabulary for incorporating information concerning how the document should be arranged for presentation. A related standard, XPath, is the language for addressing specific parts of an XML document.


Customer Reviews:   Read 1 more reviews...

3 out of 5 stars I need exmple source code!   December 26, 2003
alpliu (China)
I bought the book,but I can't download source code from www.wrox.com now ,anyone can help me? My email is alpliu@sina.com,can somebody email me the exmple source code?Thanks a lot!


2 out of 5 stars Not well layed out, poor flow   August 1, 2002
3 out of 3 found this review helpful

It seems this book was put together in a hurry. Lots of authors contributing to the portions they may understand or use. They don't mention who wrote what but as the reader moves from chapter to chapter, the language and writing style changes dramatically.

I would not recommend this book to others.


2 out of 5 stars Seriously lacking in example explanations   January 22, 2002
Rick Blacker (Sherwood, Oregon USA)
7 out of 7 found this review helpful

To be fair, this is not an easy subject. However, they give a short chapter on XPath, and then thrust you into XSLT. That would not be bad IF, during their weak XSLT explanations they would also explain the XPath in their examples. Not only are the explanations weak, but the writing style of the authors is not clear and intuitive. Don't get me wrong, they do explain them, but not clearly.

I have been reading Wrox books for several years now, I have always learned a lot from them, but I have to say this is the absolute worst Wrox book I have ever read. I would suggest finding a different book.

Sorry Wrox, I normally very much enjoy your books.


5 out of 5 stars This is book is a god-send!   December 14, 2001
5 out of 5 found this review helpful

I'm a developer currently working on a large-scale multi-platform project, which uses XML and XSL extensively.
The book seems to cover all aspects of XSL in great depth, with plenty of code to illustrate how to apply the techniques the authors introduce.
As a programmer used to more traditional procedural languages, I hadn't realised the paradigm shift that working with XSL entails, but this book has kick-started my enthusiasm for XSL, and has shown me what it can really do. The stylesheets I'm writing now are going down very well at work, and one in particular completes its transformation almost 50 times quicker than the code we had previously (no exageration)!

I'd have to disagree with one of the previous reviewers who says it is concerned solely with MSXML!! Although it does cover this technology in one chapter, this isn't a surprise as the book tries cover all aspects of the XSL field. Most of the book is concerned with platform-agnostic tools and techniques, based on the current W3C standards. We use a lot of java in my company, especially as servlets, and this book was pretty indispensible when I was trying to get my stylesheet to work in tandem with servlets and JSP. The one gripe I have is that the book is rather skimpy on Formatting Objects, and if that's your thing you might be disappointed.
Nevertheless, I'd recommend this book to anyone seriously working with XSL, and although it's not a book for novices, it's an excellent reference that you'll keep coming back to.


2 out of 5 stars wrong book name   August 26, 2001
fei li (Vancouver, BC Canada)
9 out of 15 found this review helpful

On page 122 the author say:"XSLT 1.1 changes recommends that the node-set() be deprecated" Then, the author begin to use node-set() to make some long examples to explain several important concept like "param", "variable", "include", "import"... I do not understand why. Many important( if not most ) examples are depends on "MSXML" own extensition. I would suggest the book should be named as "Professional MSXML". Of course it is a good book if you prefer "MSXML".

SEO and Marketing Tips
BETA RELEASE
Child Trust Funds | Books | Personal Finance | Angie Everhart | Personal LoansCheap Books | Linens | iPod Sale | Layouts MySpace Игри
Magazin Ro Professional Xsl (Programmer to programmer)