or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
26 used & new from £1.69

Have one to sell? Sell yours here
 
   
Java and XSLT
 
See larger image
 

Java and XSLT (Paperback)

by Eric Burke (Author)
5.0 out of 5 stars  See all reviews (2 customer reviews)
RRP: £30.99
Price: £26.34 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £4.65 (15%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

Only 1 left in stock--order soon (more on the way).

Want guaranteed delivery by Wednesday, November 11? Choose Express delivery at checkout. See Details
13 new from £17.77 13 used from £1.69

Frequently Bought Together

Customers buy this book with XSLT Cookbook (Cookbooks (O'Reilly)) by Salvatore Mangano

Java and XSLT + XSLT Cookbook (Cookbooks (O'Reilly))
Price For Both: £47.64

Show availability and shipping details


Customers Who Bought This Item Also Bought

Java and XML: Solutions to Real-World Problems (Java Series (O'Reilly & Associates).)

Java and XML: Solutions to Real-World Problems (Java Series (O'Reilly & Associates).)

by Brett McLaughlin
Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET (Pocket Reference (O'Reilly))

Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET (Pocket Reference (O'Reilly))

by Tony Stubblebine
4.3 out of 5 stars (7)  £6.48
The Art of Agile Development

The Art of Agile Development

by James Shore
5.0 out of 5 stars (6)  £18.73
XSLT Cookbook (Cookbooks (O'Reilly))

XSLT Cookbook (Cookbooks (O'Reilly))

by Salvatore Mangano
4.0 out of 5 stars (3)  £21.30
High Performance Web Sites: Essential Knowledge for Front-End Engineers

High Performance Web Sites: Essential Knowledge for Front-End Engineers

by Steve Souders
4.8 out of 5 stars (6)  £12.83
Explore similar items

Product details

  • Paperback: 544 pages
  • Publisher: O'Reilly Media, Inc.; 1 edition (4 Sep 2001)
  • Language English
  • ISBN-10: 0596001436
  • ISBN-13: 978-0596001438
  • Product Dimensions: 22.6 x 17.8 x 3.2 cm
  • Average Customer Review: 5.0 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon.co.uk Sales Rank: 628,022 in Books (See Bestsellers in Books)

    Popular in these categories:

    #31 in  Books > Computing & Internet > Programming > Languages > XML > XSL & XSLT
    #71 in  Books > Computing & Internet > Programming > Languages > Java > XML
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   Accelerate Your XML opens new browser window
www.Layer7Tech.com  -  ASIC accelerated XPATH, XSL and XML schema validation - learn how 
   XSLT 1.0 & 2.0 Dev Tools opens new browser window
www.Altova.com/MissionKit  -  Edit/Debug/Design XSLT Stylesheets Fully Functional 30 Day Trial 
   UML/JAVA Model&Generation opens new browser window
www.modeliosoft.com  -  Powerful Model Driven tool-100€! Complete-Code Model consistency 
  
 

Product Description

Amazon.co.uk Review

XLST (eXtensible Stylesheet Language Transformations) is the under-defined programmatic part of XML that deals with translating XML coded data into other formats. Java and XLST deals with XLST in a Java environment, specifically J2EE, hence the subtitle: Embedding XML Processing in Java Applications.

XLST uses stylesheets--XLST programs--read and acted on by an XLST processor, many of which are written in Java. While Java and XLST focuses on Sun's JAXP and Apache's Xalan others mentioned include XT, Lotus XSL, Saxon and JAXP. The core of the book, though, is Java interaction with XLST. The lucid explanation of the way XLST works, its relationship to XHTML and the description of XPath and XPointer are particularly welcome as XLST suffers from a surfeit of solutions. After that it's into practical processing with recursion, looping, sorting, conditional processing and other activities familiar from general purpose programming languages. Once past the basics it's down to practical examples using servlets, JDOM, WAR (Web Application Archive) files, threading and formatting the same data for different devices.

Java and XLST does a first-class job. Oddly, though, you come away from it understanding why, when the W3C defined XML, it left XLST on the shelf. It just shouldn't be so involved using XLST for real work. This isn't a problem specific to Java, however, and in Java and XLST Burke does a good job of pulling it all together. --Steve Patient



David Wallace Croft, Croftsoft Update, Feb 2001

Please allow me to personally recommend this book as
a must-have for your technical library.

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
java
software

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?


 

Customer Reviews

2 Reviews
5 star:
 (2)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
5.0 out of 5 stars (2 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
2 of 2 people found the following review helpful:
5.0 out of 5 stars Excellent view of an alternative enterprise architecture, 22 Jan 2003
By Thomas Paul (Plainview, NY USA) - See all my reviews
(TOP 500 REVIEWER)    (REAL NAME)   
The combination of Servlets and XSLT is a natural fit and a possible alternative to Servlets and JSP.

This book gives excellent coverage to using XSLT to generate dynamic web pages. The first part of the book is an introduction to XSLT. For those unfamiliar with XSLT, this part of the book will be an excellent introduction. For those using XSLT, an additional tutorial or reference will be required. The next part of the book covers how to use a Java program to transform an XML document into HTML. SAX, DOM, JDOM, and JAXP are all covered. This section includes information on how to configure your environment to correctly process XML documents. Anyone who has run into the mysterious "sealing violation" will appreciate this help. The next part of the book is a series of case studies starting with a discussion forum. The case studies demonstrate solutions to real world programming issues and help to uncover some of the issues that programmers will face if they choose to use these technologies. Performance issues are discussed with each solution.

My one complaint with this book is that the author tends to overstate the advantages of XSLT while understating the advantages of JSP. Overall, the author has done an outstanding job of putting the two technologies (Java and XSLT) together in a way that is easy to understand.

Anyone interested in using XSLT in their Java development efforts should start with this book.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
3 of 7 people found the following review helpful:
5.0 out of 5 stars Just what I needed... to learn XSLT quickly., 13 April 2002
By A Customer
If you're working with Java, chances are you've already heard of XML and if your projects involve web as well, you'll quickly learn to love this book.

I needed to learn XSLT quickly and after hours of browsing thru all the available APIs and specifications I decided to grab this book and it really was worth every penny.

The book starts by explaining the key concepts and moves on to real world examples, which will make most readers happy. The design of the sample applications is quite nice and the extensive use of design patterns made me a happy man.

If you're looking for a XSLT reference book, you'd need to find another book or grab this one and download the latest stuff from the web.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback

Ad

Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.