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

47 used & new from $0.01

Have one to sell? Sell yours here
 
 
Professional ASP XML
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

Professional ASP XML [ILLUSTRATED] (Paperback)

by Steven Hahn (Author), Stephen Mohr (Author), Mark Baartse (Author, Editor), Brian Loesgen (Author), Richard Blair (Author), Alex Homer (Author), Corey Haines (Author), Dinar Dalvi (Author), John Slater (Author), Mario Zucca (Author), Luca Bolognese (Author), Kevin Williams (Author), Bill Kropog (Author), Mario Zuccar (Author) "You've probably been told to over and over that eXtensible Markup Language (XML) is going to change the Web and how we share data..." (more)
Key Phrases: namespace applying, scripting property, strongly typed value, Internet Explorer, John Doe, End Function (more...)
3.4 out of 5 stars See all reviews (31 customer reviews)


Available from these sellers.


10 new from $5.68 37 used from $0.01
Also Available in: List Price: Our Price: Other Offers:
Paperback (Bargain Price) 13 used & new from $2.17

Customers Who Bought This Item Also Bought

Active Server Pages 3.0: Your visual blueprint for developing interactive Web sites

Active Server Pages 3.0: Your visual blueprint for developing interactive Web sites

by Ruth Maran
Professional Active Server Pages 3.0

Professional Active Server Pages 3.0

by Alex Homer
Beginning PHP and MySQL: From Novice to Professional, Third Edition (Beginning from Novice to Professional)

Beginning PHP and MySQL: From Novice to Professional, Third Edition (Beginning from Novice to Professional)

by W. Jason Gilmore
4.2 out of 5 stars (105)  $31.01
ASP, ADO, and XML Complete

ASP, ADO, and XML Complete

by Sybex Inc.
3.7 out of 5 stars (6)  $19.99
PHP and MySQL Web Development (4th Edition) (Developer's Library)

PHP and MySQL Web Development (4th Edition) (Developer's Library)

by Luke Welling
4.4 out of 5 stars (199)  $31.49
Explore similar items

Editorial Reviews

Amazon.com Review
Microsoft's Active Server Pages (ASP) and the Extensible Markup Language (XML) are two of the hottest Web technologies, but each, because it is a complex topic in its own right, usually is documented individually. Professional ASP XML ties the two together in an important way, illustrating how to utilize them both to produce next-generation Web applications.

This product of several Wrox authors shows how and where XML fits in with ASP development, and whets the reader's appetite for creative solutions to typical data-handling problems. Because the focus of the book is a step beyond the XML specification itself, the basics of XML are covered up front in a quick and practical discussion. The authors do a great job of explaining the Document Object Model, as well as the DTD-versus-schema controversy. Then it's on to the fun stuff: a look at how to build XSL style sheets dynamically from a database, bind XML data locally with data islands, and construct a component that encapsulates reusable XML file operations.

The best way to grasp the power of XML, however, is to see it in action. Fortunately, the authors devote a large portion of the book to case studies that use XML in various ways: to drive an online survey system, generate programmer documentation for DLLs, represent a shopping cart, and serve as the glue behind a workflow application. If you're developing for the Web, sooner or later you will find XML either useful or necessary. This book should be required reading for any serious ASP developer. --Stephen W. Plain

Topics covered:

  • XML syntax
  • DTDs and schemas
  • XSL and CSS
  • ASP/XML integration,
  • ADO/XML integration
  • Client-side XML data binding
  • XML procedure libraries
  • Schema repositories
  • SOAP
  • Data transferring
  • Data presentation


Product Description
XML, the Extensible Markup Language, is a platform-independent language for describing data. The XML and related specifications, as well as the Document Object Model, have all been developed with language independence in mind. This was done to allow any programmer to use these powerful protocols and object models in their own language of choice, thus providing a huge development potential for the XML community and offering a myriad of opportunities to developers working with established technologies.

ASP has long been leading technology for server-side, dynamic web applications. And XML, as the newest markup language and a standard format for the universal sharing of data, is undoubtedly set to become an intrinsic part of all major development both on the Web, and in the wider business community. The next generation of web sites will inevitably combine these technologies as e-commerce matures and developers look for more efficient ways to integrate Internet presence with business systems.

See all Editorial Reviews


Product Details

  • Paperback: 883 pages
  • Publisher: Peer Information Inc.; 1st edition (June 2000)
  • Language: English
  • ISBN-10: 1861004028
  • ISBN-13: 978-1861004024
  • Product Dimensions: 9.2 x 7.3 x 1.9 inches
  • Shipping Weight: 3.3 pounds
  • Average Customer Review: 3.4 out of 5 stars See all reviews (31 customer reviews)
  • Amazon.com Sales Rank: #1,055,862 in Books (See Bestsellers in Books)

    Popular in this category: (What's this?)

    #47 in  Books > Computers & Internet > Databases > XML & Databases

Inside This Book (learn more)



Books on Related Topics (learn more)
 
 

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
Check the boxes next to the tags you consider relevant or enter your own tags in the field below.
(2)

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

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

 
24 of 24 people found the following review helpful:
2.0 out of 5 stars Not well written, February 21, 2001
By Donald Derrick (Vancouver, BC, Canada) - See all my reviews
(REAL NAME)   
ASP XML is simply not well written. I shall compare it to an EXCELLENT wrox book 'Beginning JavaScript' to explain myself.

Beginning JavaScript has a superb index, in 5-10 seconds, I have a reference to information I need at any time. ASP XML has virtually no index - it has been useful exactly 0 times. This means you have to read all 800+ pages to get good information.

ASP XML has a decent object reference, but no cross-reference to code (you have to scan the whole book to find applications), BJS has excellent code samples in the Core object technology appendix.

ASP XML has out-of-date and inaccurate information on XSL (more accuratly, it is missing info on XSLT), BJS describes differences between JavaScript versions much better.

ASP XML's chapter categories are rather convoluted, BJS's categories are very straightforward and follow the proper pattern for any description of a programming environment.

ASP XML is still a beginner/intermediate book, so it should have: Introduction, DOM, XPath, XSLT, XML and CSS, String Functions, Database Functions, and then the advanced topics. The book skipped details on XPath (trust me) and details on string functions, making my knowledge inadequate to understand the rest of it. Translation, the book felt incomplete.

It may be that all of what I needed to understand XML really is in the book, but I can't find it because it is so disorganized.

I know the authors are brilliant (Having seen some of their programs) but if I can't understand them, it doesn't matter.

Donald Derrick

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



 
36 of 41 people found the following review helpful:
5.0 out of 5 stars If you know ASP and want to use XML - this is for you, August 29, 2000
I thought I better add my voice to the others who have given their praises for this great work. I had actually been looking all over for a book with this exact subject and finally found it (thanks Wrox). Personally, I am so busy with work and family that I haven't had time to sit down and do a thorough reading, but every chapter I have gone through (most of them) have been great!!!

I have been working with ASP for a while, but the opportunity for a project (it seems like it is just for fun) has come up where my boss wanted me to create a survey building tool with ASP and XML - this has been my lifesaver as I have worked with XML, but not too much on the development side. So I was familiar, but didn't have any in-depth knowledge. (Note: Ironically, there was even a case study for an on-line survey (similar to what I have been asked to do).)

The reading is easy, but don't mistake that for this book being simplistic. It isn't! It is for "professionals" who are looking to enhance and polish their skills with other technologies. If you're a newby to web development, and want to learn ASP, check out SAMS "Teach Yourself Active Server Pages 3.0" by Scott Mitchell - he's the man from 4GuysFromRolla.com and does an excellent job. If you're new to XML - check out either Wrox's "Beginning XML" or Que's "XML By Example" You shouldn't go wrong with either of these.

Again, this book has been WORTH EVERY PENNY and I believe later will yeild an even higher return from my investment in it as I develop my skills with XML and ASP even more. Buy this book - you won't regret it.

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



 
17 of 18 people found the following review helpful:
5.0 out of 5 stars This is the resource you have been looking for!, July 28, 2000
By Wayne Bishop (Bothell, WA USA) - See all my reviews
(REAL NAME)   
If you are working on an ASP based project using XML this is possibly the best book currently available. One of things that makes it unqiue is that is shows specific examples of using objects and methods that incorporate the XML Document Object Model using server side scripting techniques (MSXML.DLL). Most XML books currently available provide information on client side data binding. Not very useful for enterprise development projects.

This book in addition to "ASP Databases" will solve all your questions dealing with ASP, ADO, and XML integration.

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


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

1.0 out of 5 stars Notice the Dates on the Reviews
I got this book from a friend and after reading a few chapters I checked the Amazon reviews to see if "it was just me" or if this book was horrible. Read more
Published on May 21, 2007 by clickz4

5.0 out of 5 stars Best for Programmers to implement XML in ASP
Excellent! for ones who are pro to ASP and need to intergrate XML with ASP! A must buy!
Published on August 29, 2002 by Chetan A. Sharma

5.0 out of 5 stars Best for Programmers to implement XML in ASP
This is definitely a good book for developers having good knowledge of ASP and XML and how to integrate XML in ASP. I just loved this book. Read more
Published on August 29, 2002

2.0 out of 5 stars Bad examples, choppy, dated and not for beginners
I'm a big fan of the WROX publications (for ASP in particular), but this book was a disappointment. The writing was choppy - as you might expect from a book with 14 guys on the... Read more
Published on April 19, 2002 by fed10011

2.0 out of 5 stars Not worth it (at all)
This book was a real dissapointment.

I LOVE wrox ASP 3.0 Ref and ADO 2.6 Ref. Maybe Wrox should have taken that approach with this book -- instead of trying to act like this... Read more

Published on October 9, 2001 by Mike Campbell

1.0 out of 5 stars MAJOR disappointment
With a LARGE library that consists primarily of Wrox published books, I'm surprised this one was allowed to hit the shelves. Read more
Published on August 24, 2001 by Brett S Glines

5.0 out of 5 stars This helped me a lot.
This book offers excellent coverage of many standard problems which have to be solved for any distributed web application. Read more
Published on July 11, 2001 by Ernst de Bel

2.0 out of 5 stars Not worthy
I don't usually rate things this low, but this book is not a good one for explaining things. Even though it is bulky, I could seldom find topics useful or enjoyable to read, Wrox... Read more
Published on May 9, 2001 by Shuping Zhang

2.0 out of 5 stars Not worthy
I don't usually rate things this low, but this book is not a good one for explaining things. Even though it is bulky, I could seldom find topics useful or enjoyable to read, Wrox... Read more
Published on May 9, 2001 by Shuping Zhang

1.0 out of 5 stars Now Showing 'Rocky 6' oops 'XML 4'
Student : This is the 4th or 5th book on XML, Wrox has come out with.What are they doing Sir?

Sir: I guess they are desperately trying to beat the Rocky movie series... Read more

Published on April 24, 2001 by oz

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?)


Look for Similar Items by Category


Turn On the Savings

Home Improvement Value Center
Shop for bathroom faucets in the Home Improvement Value Center, where the savings can flow as much as 50% off brand-name products.

Shop the Value Center

 

Big Savings in Books

Bargain Books
Find great titles at fantastic prices in our Bargain Books Store.
 

Buy Three Books, Get a Fourth Free

4-for-3 Books
Order any four eligible books under $10 and get the lowest-price book free in our 4-for-3 Books Store. See more details.
 

Switch On Some Style

Shop for switch plates and outlet covers
From zebra prints to Tinkerbell, switch plates and outlet covers provide decorative touches to enhance any décor.

Shop for switch plates

 

 

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
Paranoia
Paranoia by Joseph Finder
My Soul to Lose
My Soul to Lose by Rachel Vincent
Glenn Beck's Common Sense
Glenn Beck's Common Sense

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