or
Sign in to turn on 1-Click ordering.
 
 
Express Checkout with PayPhrase
What's this? | Create PayPhrase
More Buying Choices
33 used & new from $2.13

Have one to sell? Sell yours here
 
   
XML Processing with Perl, Python, and PHP
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

XML Processing with Perl, Python, and PHP (Paperback)

~ (Author) "The storage and exchange of information has been a problem in the world of computers since they were invented..." (more)
Key Phrases: command prefix evaluated, bytes pragma, entity handlers, Alien Resurrection, Martin Brown, Read Story (more...)
3.5 out of 5 stars  See all reviews (2 customer reviews)

List Price: $49.99
Price: $36.49 & this item ships for FREE with Super Saver Shipping. Details
You Save: $13.50 (27%)
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
Upgrade this book for $9.99 more, and you can read, search, and annotate every page online. See details
Usually ships within 7 to 11 days.
Ships from and sold by Amazon.com. Gift-wrap available.

10 new from $17.31 23 used from $2.13

Frequently Bought Together

Customers buy this book with XML and Perl by Mark Riehl

XML Processing with Perl, Python, and PHP + XML and Perl
Price For Both: $64.06

One of these items ships sooner than the other. Show details

  • This item: XML Processing with Perl, Python, and PHP by Martin C. Brown

    Usually ships within 7 to 11 days.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • XML and Perl by Mark Riehl

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details


Customers Who Bought This Item Also Bought

Learning Python (Animal Guide)

Learning Python (Animal Guide)

by David Ascher
3.9 out of 5 stars (142)  $34.64
Python & XML

Python & XML

by Christopher A. Jones
4.2 out of 5 stars (4)  $26.37
Learning Perl, 5th Edition

Learning Perl, 5th Edition

by Tom Christiansen
4.2 out of 5 stars (301)  $26.39
Beginning PHP5, Apache, and MySQL Web Development (Programmer to Programmer)

Beginning PHP5, Apache, and MySQL Web Development (Programmer to Programmer)

by Elizabeth Naramore
3.5 out of 5 stars (20)  $26.39
XML for the World Wide Web

XML for the World Wide Web

by Elizabeth Castro
3.7 out of 5 stars (57)  $19.49
Explore similar items

Editorial Reviews

Amazon.com Review

Aimed at experienced programmers, Processing with Perl, Python, and PHP is a guide to processing XML with popular scripting languages. The author is a strong advocate of script, as opposed to C++ or Java, on the grounds of speed of development, ease of use, and cross-platform support. With explanations and examples, he shows how to parse XML using Perl, Python, or PHP and offers brief notes on other scripting languages. To make sense of the book, readers need to be already familiar with the script language of their choice, and to a lesser extent with XML itself.

The opening chapters offer a brief introduction to XML and DTD (Document Type Definition) files and explain the basic concepts of parsing XML using event-driven or tree-based APIs. Next comes a long section on XML and Perl, covering the XML::Parser module, Perl and Unicode, generating and converting XML, and using SOAP or XML-RPC. A parallel section shows how the same things can be achieved with XML and Python, and there's a further chapter on Zope, the Python application server. PHP has a shorter section, focusing on XML parsing, working with RSS (Rich Site Summary) XML documents, and XML-RPC. The last part of the book offers a chapter each on four other scripting languages: REBOL, Ruby, Tcl, and AppleScript.

The snag with this book is that few developers work with all these languages, and covering so many limits the detail on any one. Even so, it is interesting to compare the differences between the various approaches, particularly between Perl and Python, which are the author's main area of expertise. There are also helpful insights on how to convert XML to and from database formats. --Tim Anderson, Amazon.co.uk



Product Description

-The only book that focuses on the usage of XML with the most popular scripting languages, including Perl, Python, PHP, Ruby, Rebol, TCL, and Mac OS X's AppleScript.
-Complete coverage of the core XML processing issues, including the basics of parsing XML documents, converting XML to and from different formats and translating objects for use with databases.
-This book goes beyond the basics into advanced topics, such as using the SAX API for Perl, and using SOAP and XML-RPC to share XML formatted information over a network connection.

Product Details

  • Paperback: 432 pages
  • Publisher: Sybex Inc; 1st edition (November 21, 2001)
  • Language: English
  • ISBN-10: 0782140211
  • ISBN-13: 978-0782140217
  • Product Dimensions: 8.9 x 7.5 x 1 inches
  • Shipping Weight: 1.6 pounds (View shipping rates and policies)
  • Average Customer Review: 3.5 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon.com Sales Rank: #582,338 in Books (See Bestsellers in Books)

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

    #86 in  Books > Computers & Internet > Programming > Languages & Tools > Python

More About the Author

Martin C. Brown
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Martin C. Brown Page

Inside This Book (learn more)




What Do Customers Ultimately Buy After Viewing This Item?

XML Processing with Perl, Python, and PHP
50% buy the item featured on this page:
XML Processing with Perl, Python, and PHP 3.5 out of 5 stars (2)
$36.49
Perl & XML
18% buy
Perl & XML 4.3 out of 5 stars (7)
$35.07
Natural Language Processing with Python
15% buy
Natural Language Processing with Python 4.0 out of 5 stars (7)
$39.79
Python & XML
10% buy
Python & XML 4.2 out of 5 stars (4)
$26.37

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).
 
(67)
(4)

Your tags: Add your first tag
 

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

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

 
6 of 9 people found the following review helpful:
2.0 out of 5 stars Okay book, but are you using all these languages?, June 20, 2002
By A Customer
This book is okay, but is your development team really using all these languages? If you need to learn XML with a certain technology, get Professional PHP4 XML or Manning's new Java and XML book and many others. Not only do these books cover the same material as this one, they cover some really advanced topics such as architecture and design issues as well as giving you heads up on the latest versions such as php 4.3.0. This book also doesn't nearly tell you about all the potential problems that you can have with working with PHP where Professional PHP4 XML will answer just about every question you ever had plus everything else you didn't think of.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4 of 7 people found the following review helpful:
5.0 out of 5 stars A must have book, March 7, 2002
XML is not so difficult, but when coping with Perl or PHP, you need something to tell you exactly HOW to do that. Add to this Python, a very well written book, and you get Martin C. Brown's book.
I think that if you're really serious into programming XML with Python and Perl, you absolutely must have this book.
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
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!



Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

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.


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.