See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

25 used & new from $0.35

Have one to sell? Sell yours here
 
 
Xml Design and Implementation (Professional)
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

Xml Design and Implementation (Professional) [ILLUSTRATED] (Paperback)

by Paul Spencer (Author)
3.8 out of 5 stars See all reviews (13 customer reviews)


Available from these sellers.


7 new from $6.99 18 used from $0.35

Editorial Reviews

Amazon.com Review
In Professional XML Design and Implementation, author Paul Spencer teaches readers XML through a combination of traditional tutorial and practical applications. Aimed at HTML coders, this book covers Extensible Markup Language (XML) implementation using Microsoft Internet Explorer 5 and Active Server Pages.

Spencer organizes his book into two distinct parts, with the whole of the book revolving around Centaur--a complete, real-world application that helps users book travel packages using online tour agent and booking systems. XML is the glue between Centaur and external, online travel-related systems.

In the tutorial, the author starts with the Document Object Model (DOM), including the W3C Level 1 DOM, as well as Microsoft's extensions. He uses frequent code snippets to illustrate all of the key elements. Next comes a discussion of how to render XML code in a browser; Spencer talks about how you can do it using cascading style sheets, the DOM, and ActiveX Data Objects (ADO) databinding. A chapter on XSL--the Extensible Stylesheet Language--follows and includes information on how you can use XSL to convert XML formats to other XML formats or to HTML.

Eventually, Spencer guides you through the creation of Centaur in a methodical manner that helps you put XML in perspective and learn valuable techniques. Nine appendices include the XML 1.0 specification and several other key references. This book offers a well-grounded look at XML and its possibilities. --Stephen W. Plain

Product Description
XML is a mark up language which allows you to define your own tags, and to define data rather than format it. The overall concepts of XML are quite well understood but there is little information available about issues of developing applications using XML. By considering the decisions to be made at various stages of the project, it will help readers understand the various aspects of XML and its related technologies. It will stress the benefits of XML in informational systems, where it can be used to separate content from presentation, and in transactional systems, where it can act as a low-cost alternative to EDI protocols.

See all Editorial Reviews


Product Details

  • Paperback: 426 pages
  • Publisher: John Wiley & Sons; 1st edition (March 1999)
  • Language: English
  • ISBN-10: 1861002289
  • ISBN-13: 978-1861002280
  • Product Dimensions: 9.5 x 7.2 x 1.2 inches
  • Shipping Weight: 1.6 pounds
  • Average Customer Review: 3.8 out of 5 stars See all reviews (13 customer reviews)
  • Amazon.com Sales Rank: #2,068,926 in Books (See Bestsellers in Books)

Look Inside This Book

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

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

 
7 of 7 people found the following review helpful:
4.0 out of 5 stars Presents a Terrific Case Study, November 5, 2000
By Beowulf (Laguna Hills, CA USA) - See all my reviews
Let me put my review in perspective. I have been programming in one language or another for twenty years. I was the project manager for a Fortune 500 company's e-commerce initiative. I do some consulting on the side. In other words, I consider myself to be an veteran programmer.

This is not an introductory text. As with most Wrox "Professional" titles, Spencer presumes a certain level of experience on his reader's behalf. I find these titles to be exactly what I desire: not too simple to be trivial, and yet not as dry as a pure reference text.

XML has been a hot topic for over a year now. As a result, more and more people are trying to get a grasp of this technology. Most of the XML books that I have read (and I own a few) provide reasonable explanations of it. I found that understanding the concepts of XML was simple; it was trying to figure out where to use it that was difficult. These beginning books told me the "how," but not the "when."

"Professional XML Design and Implementation" fills this void nicely. The entire book is dedicated to explaining a realistic scenario from end to end. I will note that this book does focus entirely on Microsoft's implementation of XML, but this is a reasonable choice: even at the present time, IE 5.0 or greater is the only released browser that supports XML (I am not including Netscape 6 PR1 through 3 simply because they are still in beta).

Along the way, Spencer provides us with a clear commentary as to why he made certain design decisions. He also attempts to include some instruction. Most of it is still accurate, but the section on XSL is now very outdated.

The application itself is pretty creative. The code behind it is diverse: server side scripting is used to build XML from data stored in a database; client side scripting is used to build XML data within a browser without requiring round trips. One particularly interesting feature was to save the work done on the client side in a cookie so that it could persist between sessions, before finally being submitted to the server.

I believe that most companies who are interested in XML at the time of this review are more interested in B2B (business to business) scenarios than B2C (business to consumer) ones. The limited browser support mentioned above makes this a reasonable assumption. The last chapter of the book entitled "The Transactional System" provdies some good insight into how XML can be used in a B2B environment.

A small drawback is that the book does not contain (and therefore does not review) the entire code listing for this application. Thankfully the files are available on Wrox' Web site.

This is a great book if you already have at least a cursory understanding of XML, and are looking to understand more about its application. If you are still struggling with the "what is XML?" question, then I recommend that you start with a different title than this one, especially when you consider that the XML/XSL standards have evolved considerably since its writing.

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



 
8 of 9 people found the following review helpful:
4.0 out of 5 stars Clear and Easy to Read, January 13, 2000
By A Customer
I was looking for something that clearly explains and introduces XML and XSL, Paul Spencer has done a good job. The book flows well and is easy to read. While I had little HTML or ASP knowledge which is recommended I was able to follow all the examples and come out with a good understanding. A case study is provided at the end of the book which ties all the concepts together, it requires certain software and hardware components, so I didn't attempt it, but if it's like the rest of the book, it will be clear and methodical.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4 of 4 people found the following review helpful:
5.0 out of 5 stars Finally an Implementation book of an XML case-study, July 27, 2000
By Maxime Bombardier (Montreal, Canada) - See all my reviews
Small book, but straight to the point & direct content. I like it. I'm very happy that this book is not, once again, explaining XML from scratch (like most XML book including the VB one). This book contains one case-study and it follows it through the end.

This case-study is about a working and normal web site, one about traveling, so this is finally an XML book that actually have real-life examples and not some useless pieces of code that does not tie in to OUR applications.

For XML newcomers, I would strongly suggest taking a look at Beginning XML first and polish your knowledge with this one.

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


Share your thoughts with other customers: Create your own review
 
 
Ad
 
Most Recent Customer Reviews

1.0 out of 5 stars Beware of Wrox and Apress Titles - No Source Available !
This is another book originally from Wrox that I've purchased and can't find the download source for. Read more
Published on February 17, 2004 by fleischhacker2000

2.0 out of 5 stars Very MS centric
While some people assume Microsoft is the centre of the universe, the rest of us use a multitude of operating systems, technologies, and software vendors. Read more
Published on October 2, 2000 by techbookdude

5.0 out of 5 stars Re: Promising Book Breaks Promise
Okay, so the examples in the book use IE5. Boo hoo. If you're using IIS, just grab a ~400k file from Microsoft (which contains the parser itself) and now the IE5 parser works on... Read more
Published on April 23, 2000

4.0 out of 5 stars Good choice to learn about XML

Lots of good examples & code that really illustrates what is going on. I got a toy XML page working in no time at all. Read more

Published on March 24, 2000 by Mark

4.0 out of 5 stars Quite a valuable resource
This MS-centric book is an easy read with great detail on some of the mysterious aspects of XML that are not covered in other books. Read more
Published on March 22, 2000

5.0 out of 5 stars Hands on book on Internet application design
Hello, I recommend this book!:

1. It contains a good real-world example, all the important steps are described. Read more

Published on March 16, 2000 by administrationen

2.0 out of 5 stars Promising Book Breaks Promise
This book starts out just fine. Spencer lines you up with XML in an easily understandable manner. Unfortunately, he then kills it all by taking you on a trip that can only be used... Read more
Published on January 25, 2000 by Frank Dutton

4.0 out of 5 stars Learn by example...
This book explains XML (both theory and practice) by following through an example system. There are plenty of code samples for you to try out and the author explains step-by-step... Read more
Published on January 21, 2000 by Mr. Ian W. Stirk

4.0 out of 5 stars the book is fine but the Wrox web sight is awful
I am finding this book to be quite informative, however I wanted to download the source code from the Wrox web sight and I am finding it to be very difficult. Read more
Published on September 30, 1999

5.0 out of 5 stars I don't know anything about this book, but XML is the future
I will buy this book, thank the writer
Published on September 24, 1999

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

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

   


Product Information from the Amapedia Community

Beta (What's this?)

Listmania!

Create a Listmania! list

Look for Similar Items by Category


Value Center Deals

Home Improvement Value Center
Let spectacular savings of up to 50% in the Home Improvement Value Center help motivate you to organize the closet, garage, and everything else.

Shop the Value Center

 

Best Books of 2008

Best of 2008
Find our top 100 editors' picks as well as customers' favorites in dozens of categories in our Best Books of 2008 Store.
 

Brighten Your Bathroom with Toilet Tattoos

Shop for Toilet Tattoos
Spruce up your toilet seat with removable, reusable, and hygienic seat covers from Toilet Tattoos.

Shop for Toilet Tattoos

 

Best Books

Best of the Month
See our editors' picks and more of the best new books on our Best of the Month page.
 
Ad

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

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

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers
Free
Free by Chris Anderson
Paranoia
Paranoia by Joseph Finder
My Soul to Lose
My Soul to Lose by Rachel Vincent
The Adventures of Sherlock Holmes
The Adventures of Sherlock Holmes by Arthur Conan, Sir, 1859-1930 Doyle

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates