|
XSLT Cookbook: Solutions and Examples for XML and XSLT Developers, 2nd Edition |  | Author: Sal Mangano Publisher: O'Reilly Media Category: Book
List Price: $49.95 Buy Used: $19.94 as of 7/29/2010 15:42 EDT details You Save: $30.01 (60%)
New (24) Used (20) from $19.94
Seller: Pondview Books Rating: 32 reviews Sales Rank: 196658
Media: Paperback Edition: 2 Pages: 784 Number Of Items: 1 Shipping Weight (lbs): 2.5 Dimensions (in): 9.1 x 7 x 1.4
ISBN: 0596009747 Dewey Decimal Number: 005.133 EAN: 9780596009748 ASIN: 0596009747
Publication Date: December 14, 2005 Availability: Usually ships in 1-2 business days
| |
| Features:
| • | ISBN13: 9780596009748 | | • | Condition: USED - Very Good | | • | Notes: BUY WITH CONFIDENCE, Over one million books sold! 98% Positive feedback. Compare our books, prices and service to the competition. 100% Satisfaction Guaranteed |
|
| Also Available In:
|
| Similar Items:
| |
| Editorial Reviews:
Product Description
Forget those funky robot toys that were all the rage in the '80s, XSLT (Extensible Stylesheet Transformations) is the ultimate transformer. This powerful language is expert at transforming XML documents into PDF files, HTML documents, JPEG files--virtually anything your heart desires. As useful as XSLT is, though, most people have a difficult time learning its many peculiarities. And now Version 2.0, while elegant and powerful, has only added to the confusion. XSLT Cookbook, Second Edition wants to set the record straight. It helps you sharpen your programming skills and overall understanding of XSLT through a collection of detailed recipes. Each recipe breaks down a specific problem into manageable chunks, giving you an easy-to-grasp roadmap for integrating XSLT with your data and applications. No other XSLT book around employs this practical problem-solution-discussion format. In addition to offering code recipes for solving everyday problems with XSLT 1.0, this new edition shows you how to leverage the improvements found in XSLT 2.0, such as how to simplify the string manipulation and date/time conversion processes. The book also covers XPath 2.0, a critical companion standard, as well as topics ranging from basic transformations to complex sorting and linking. It even explores extension functions on a variety of different XSLT processors and shows ways to combine multiple documents using XSLT. Code examples add a real-world dimension to each technique. Whether you're just starting out in XSLT or looking for advanced techniques, you'll find the level of information you need in XSLT Cookbook, Second Edition.
|
| Customer Reviews:
Showing reviews 1-5 of 32
Great book for people who know XSLT October 10, 2003 Jack D. Herrington (Silicon Valley, CA) 18 out of 19 found this review helpful
Some other reviews have said that this is not a book for beginners, which is true. You need to understand the mechanics of XSLT first to get the most out of the book. That's not the real value, however. This book is great because it shows you how to write XSLT well. This is a value that a simple reference will not provide.
Good XSLT reference for non-beginners March 9, 2003 N. Tulsian (Austin, TX) 13 out of 13 found this review helpful
The book is an excellent practical hands-on reference for creating solutions in the XML-XSL Transformation domain. It covers areas from simple string operations to SVG generation to extending XSLT with Perl, JavaScript and Java. The author Sal Mangano has good working examples with detailed descriptions of the code. This makes experimenting with new code relatively painless. Being an experienced XSLT developer I found the book easy to follow. However people new to the concept of XML transformations would do well to get a basic understanding of the matter before diving into building solutions using this book. Having a copy of the XSLT Cookbook during the development phase of the LCRA.org website project would have reduced the time needed to craft a good sustainable solution, and reduced the amount of code I had to redesign to be modular and flexible. An example is the recommendation : "Prefer 'selecting' and 'matching' over 'filtering'" pg 114, para 3. This allows for flexible XML schemas. A companion CD with working example code and a searchable text of the book on the CD would have been appreciated. The website at Oreilly does have a downloadable zip file of the examples. All in all well worth the $40.00 price of the book, Neeraj
Great reference for XSLT solutions March 25, 2003 Michael Marr 11 out of 11 found this review helpful
The XSLT Cookbook offers more than one hundred code solutions to common XSLT problems. The covered topics range from string operations, handling dates and numbers to converting xml to various formats, like text, HTML or SVG. The author also included some speciality solutions for working with Visio and Excel documents or generating XTM Topic Maps. The last chapters of the book cover some more advanced topic, like extending XSLT and testing stylesheets. As it is a Cookbook, the beef of this book are the code examples. All examples I tested so far are of outstanding quality and work great. For the most problems you will encounter when writing stylesheets, this book offers an example. Just look it up and you are there. The very high quality of this book and it's code examples is impressive. The author Sal Mangano sure put a lot of work and research into this book. And the expertise of Jeni Tennison, as technical reviewer, and Simon St.Laurent, as editor, sure were an important factor in achieving this quality standard.If you are an absolute beginner, you probably should start with a more tutorial style book, but as soon as you have some basic knowledge of XSLT, this book is a great reference for XSLT solutions.
Lots of "R&D" material here... January 16, 2006 Thomas Duff (Portland, OR United States) 13 out of 14 found this review helpful
[Review of 2nd edition]
One of my favorite development methodologies is "R&D"... "Rob & Duplicate". And an important source of inspiration is often the O'Reilly Cookbook series. For XSLT, you now have an up-to-date wealth of samples to pull from... XSLT Cookbook (2nd Edition) by Sal Mangano.
Contents: XPath; Strings; Numbers and Math; Dates and Times; Selecting and Traversing; Exploiting XSLT 2.0; XML to Text; XML to XML; Querying XML; XML to HTML; XML to SVG; Code Generation; Vertical XSLT Application Recipes; Extending and Embedding XSLT; Testing and Debugging; Generic and Functional Programming; Index
If you've never seen an O'Reilly Cookbook, the concept is pretty simple. Each "recipe" consists of a problem description, a solution, and a discussion of how the solution addresses the issues, along with any observations that can shed light on the situation. These recipes are then grouped together by general problem types so that you can easily find an area that might offer up a quick answer to your particular problem. In this book, Mangano expands upon the 1st edition that covered XSLT 1.0. The 2nd edition now covers the updated XSLT 2.0 standard, and offers up both 1.0 and 2.0 solutions and discussions to many of the problems. As such, you will find value in the material regardless of your particular version usage. So for instance, let's say I have an XML file that needs to be reformatted into a second file to meet some formatting requirement. By checking into the XML to XML file, I'll find solutions on turning attributes into elements, elements to attributes, renaming elements and attributes, and so on. Tutorial books will teach you the syntax for doing stuff like this, but they can't anticipate real-world solutions. Cookbooks assume you already know what you're doing, and they go right to solutions.
Personally, I find a number of uses for books like this. There's the obvious, which is to find an exact (or nearly so) answer to your particular problem. But stepping away from the "immediate" need, there's always the opportunity to read through the recipes and see how others might code a solution. You can learn new coding techniques that way, as well as see features of the language that perhaps you never noticed before. Sort of like having a guru sitting next to you at work...
Assuming you're past the point of beginner, the XSLT Cookbook is probably the second XSLT book that you want to have on your bookshelf. If it helps you solve a couple of problems and save a handful of hours in the process, it'll more than pay for itself...
Round out your XSLT knowledge with this gem December 26, 2002 12 out of 13 found this review helpful
I own both the XSLT Programmers Reference by M. Kay and XSLT by D. Tidwell. Both these books helped me learn XSLT; however, I am quite sure Mangano's book will help me master it. To be fair, I have only read the SVG chapter in detail but it provided such a treasure trove of immediately useful solutions that it alone was worth the price of the book. Sal Mangano writes in a no nonsense style that gets to the heart of what an XSLT user needs to know to get immediate results. However, far from just providing a grab bag of reusable code snippets, the XSLT Cookbook provides welcome insight in how to structure XSLT transformations. My only complaint is that the code for the book was not yet available at the O'Reilly web site. However, as the book was just recently published I am hopeful it will be posted soon.
Showing reviews 1-5 of 32
|
| Knowledge Center Summary | Software Library at XcomPC Electronic and Computer Superstore
Microsoft BizTalk Server -
automating business processes by interconnecting different IT systems across one or multiple organizations using BizTalk Server.
For instance, an e-retailer is a prime example of how implementing Microsoft BizTalk can make ordering products from your site a breeze. Except for physically packing the order - the entire process, from the customer clicking submit to the product leaving your warehouse goes on behind the scenes...
BizTalk 2006 -
understanding the basics of message flow in Microsoft BizTalk Server 2006. Or in layman's terms, how the BizTalk server processes business requests between different applications.
It's important for managers and IT staff to understand the basics of how the various systems are tied together...
Utilizing Microsoft BizTalk Server - Existing business software applications integrate to provide seamless information sharing and process automation.
Software applications are instrumental for most businesses today to operate and grow no matter if they're large or small. Chances are, those applications were developed at different times using diverse platforms and technologies and present a big challenge to maintaining and building efficiency within the organization... |
|
|
BizTalk integration & implementation: Experienced Microsoft BizTalk Server Consulting and Implementation; Professional BizTalk consultants at Innovative Architects makes your BizTalk implementation go smoothly - connecting multiple applications across multiple platforms both inside and outside the organization (business-to-business integration), exchanging data and orchestrating business procedures.
|
|
|
| XComPC.com Category Summary | |
XComPC.com Category Summary
Software
Find just about any software application you need to live, work and play on your PC. No matter your operating system, XcomPC.com has everything you need to stay organized and maximize your PC's potential at deeply discounted prices.
Software: Microsoft Server
Keep your small business organized and functioning smoothly with a wide-range of Microsoft server applications , Microsoft BizTalk and SharePoint servers are just a few of the apps we have to choose from, all well below retail prices.
Software: BizTalk
Streamline business processes with the Microsoft BizTalk server and concentrate on making your business grow rather than shuffling papers from here to there. BizTalk and other software applications available at XComPC can enhance productivity and give you a competitive edge in today's turbulent economy.
Software: SharePoint
Share information with colleagues across the hall, across town or across the world with the Microsoft SharePoint server . A comprehensive content management system that maximizes efficiency within your organization. And at deeply discounted prices, you can't afford not to modernize your IT systems .
Books: BizTalk
Part of making your BizTalk server work for you is knowing how to harness all of the features to streamline business processes and make your business function more effectively. BizTalk informational resources help you easily become a BizTalk expert !
Books: Microsoft Server
Easily learn all of the cutting edge server applications with step-by-step Microsoft server guides designed to train you to effectively utilize features in Windows Vista, Microsoft SharePoint and other applications to organize your work and your life.
Books: Electronic Data Interchange
Learn how to keep information flowing within your office or anywhere in the world. Electronic Data Interchange constitutes the fundamental framework that allows information and transactions to occur within and across different networks.
Books: Service Oriented Architecture
Have an e-commerce store or internal workings of your company that have many different systems working together? Service Oriented Architecture resources help you easily learn how each Microsoft server application makes your online store run seamlessly to your customers.
Books: SharePoint
SharePoint books available at XComPC.com make learning about sharing information with colleagues and business associates using your SharePoint server a breeze. Browse tips that help you understand all of the features that make your company function more effectively.
Computers
Cutting-edge computer hardware components, systems and computer add-on accessories from XComPC.com let you tailor a computer system to fit your needs. Build a system and accessorize it for much less than you would at traditional retail outlets.
Wireless
Find all of the cutting-edge wireless gadgets to keep you connected when you're on the go; wireless e-mail ensures you never miss an important message, built-in GPS capabilities ensure you're never lost, web-enabled wireless devices ensure you're always informed and built-in photo and video features means you can always capture memorable moments no matter where you are.
Wireless Accessories
Now that you have that cutting-edge Blackberry or IPhone, wireless accessories available from XComPC.com lets you protect your investment and ensure it's always there for you at discounted prices. Batteries and chargers keep your phone running strong and Bluetooth and speaker accessories allow you to safely use your phone when driving.
Electronics
Experience the quality and clarity of digital video and TV with a wide range of electronics products available from XComPC.com. Watch your favorite movie in high definition on a portable Blu-ray player. Accessorize your automobile with cutting-edge stereo, video and GPS. And turn your home entertainment into your own little private movie theater with home audio & theater accessories.
Photo & Camera
Film your next special event with premier camcorders , capture memorable moments with digital cameras and store them right on your camera. Surveillance cameras help secure your home from vandalism and intrusion, all at a tremendous savings as compared to traditional retail outlets.
PC & Video Games
Gaming has never been cheaper! Play traditional and cutting-edge PC games and find the newest PlayStation 3 or Xbox 360 games and accessories at deep discounts over traditional gaming retail outlets.
|
|
|
|
|
CERTAIN CONTENT THAT APPEARS ON THIS SITE COMES FROM AMAZON SERVICES LLC. THIS CONTENT IS PROVIDED ‘AS IS’ AND IS SUBJECT TO CHANGE OR REMOVAL AT ANY TIME. Serviced by: SEO Advantage Inc. Retail Web Solutions, Web Design and Online Marketing. Professional web marketing company with specialized services for shopping cart optimization and e-commerce copywriting. | |