Buy New

or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Buy Used
Used - Good See details
$4.25 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
Have one to sell? Sell yours here
XML and Perl
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

XML and Perl [Paperback]

Mark Riehl (Author), Ilya Sterin (Author)
4.2 out of 5 stars  See all reviews (13 customer reviews)

List Price: $39.99
Price: $27.57 & this item ships for FREE with Super Saver Shipping. Details
You Save: $12.42 (31%)
  Special Offers Available
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.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 2 left in stock--order soon (more on the way).
Want it delivered Monday, January 30? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more


Book Description

0735712891 978-0735712898 October 26, 2002 1

If you are a Perl programmer looking to explore Perl's XML capabilities or an XML developer with a basic understanding of Perl, this book will provide you with all the tools required for XML processing with Perl. XML and Perl teaches you to create portable, powerful, and extensible applications when you use XML and Perl together. You'll also learn to customize your XML processing facilities to accomplish unique tasks.

Authors Mark Riehl and Ilya Sterin, who have written Perl XML modules and administer the official Perl XML web site (www.perlxml.net), have filled this book with practical code samples and exercises that will help you test drive your new knowledge. With this book, you'll quickly see the advantages of using XML and Perl together, and you'll be able to perform even complicated tasks more easily with powerful Perl XML modules.


Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

Customers buy this book with Perl and XML $30.96

XML and Perl + Perl and XML
  • This item: XML and Perl

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

  • Perl and XML

    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


Editorial Reviews

From the Back Cover

If you are a Perl programmer looking to explore Perl's XML capabilities or an XML developer with a basic understanding of Perl, this book will provide you with all the tools required for XML processing with Perl. XML and Perl teaches you to create portable, powerful, and extensible applications when you use XML and Perl together. You'll also learn to customize your XML processing facilities to accomplish unique tasks.

Authors Mark Riehl and Ilya Sterin, who have written Perl XML modules and administer the official Perl XML web site (perlxml), have filled this book with practical code samples and exercises that will help you test drive your new knowledge. With this book, you'll quickly see the advantages of using XML and Perl together, and you'll be able to perform even complicated tasks more easily with powerful Perl XML modules.

About the Author

Mark Riehl has several years of experience in software development in a number of operating systems using Perl, XML, and C/C++. Most of his software experience is network related, having recently led teams developing a web-based network planning tool and a modeling and simulation effort that combined both live and virtual components. He works for a small company that provides innovative technical solutions for challenging technical problems. Also, he is a user and faithful supporter of open source software and contributes to the community whenever time permits. He has both BS and MS degrees in Electrical Engineering.

Ilya Sterinhas extensive professional knowledge and experience in systems and web programming as well as other software development. He has utilized a wide variety of languages and tools along with various database management packages to develop and maintain a variety of applications. He is an active developer/contributor to open source software. He has written four Perl modules: XML::CSV, XML::Excel, XML::SAXDriver::CSV, and XML::SAXDriver::Excel, now available through www.cpan.org (Comprehensive PERL Archive Network) and used worldwide. He is an active participant in PERL DBI and XML mailing lists and is a big contributor to the PERL community.


Product Details

  • Paperback: 400 pages
  • Publisher: Sams; 1 edition (October 26, 2002)
  • Language: English
  • ISBN-10: 0735712891
  • ISBN-13: 978-0735712898
  • Product Dimensions: 9 x 7 x 0.8 inches
  • Shipping Weight: 1.4 pounds (View shipping rates and policies)
  • Average Customer Review: 4.2 out of 5 stars  See all reviews (13 customer reviews)
  • Amazon Best Sellers Rank: #1,335,393 in Books (See Top 100 in Books)

More About the Author

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

 

Customer Reviews

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

16 of 16 people found the following review helpful:
4.0 out of 5 stars Useful guide to processing XML with Perl, January 27, 2003
This review is from: XML and Perl (Paperback)
One of Perl's great strengths is in processing text files. That is, after all, why it became so popular for generating dynamic web pages - web pages are just text (albeit text that is supposed to follow particular rules). As XML is just another text format, it follows that Perl will be just as good at processing XML documents. It's therefore surprising that using Perl for XML processing hasn't recieved much attention until recently. That's not saying that there hasn't been work going on in that area - many of the Perl XML processing modules have long and honourable histories - it'd just that the world outside of the Perl community doesn't seem to have taken much notice of this work. This is all set to change with the publication of this book and O'Reilly's Perl and XML.

XML and Perl is written by two well-known members of the Perl XML community. Both are frequent contributors to the "perl-xml" mailing list, so there's certainly no doubt that they know what they are talking about. Which is always a good thing in a technical book.

The book is made up of five sections. The first section has a couple of chapters which introduce you to the concepts voered in the book. Chapter one introduces you separately to XML and Perl and then chapter two takes a first look at how you can use Perl to process XML. This chapter finishes with two example programs for parsing simple XML documents.

Section two goes into a lot more detail about parsing XML documents with Perl. Chapter three looks at event-driven parsing using XML::Parser and XML::Parser::PerlSAX to demonstrate to build example programs before going to talk in some detail about XML::SAX which is currently the state of the art in event-driven XML parsing in Perl. It also looks at XML::Xerces which is a Perl inteface to the Apache Software Foundation's Xerces parser. Chapter four covers tree based XML parsing and presents examples using XML::Simple, XML::Twig, XML::DOM and XML::LibXML. In both of these chapters the pros and cons of each of the modules are discussed in detail so that you can easily decide which solution to use in any given situation.

Section three covers generating XML documents. In chapter five we look at generating XML from text sources using simple print statements and also the modules XML::Writer and XML::Handler::YAWriter. Chapter six looks at taking data from a database and turning that into XML using modules like XML::Generator::DBI and XML::DBMS. Chapter seven looks at miscellaneous other input formats and contains examples using XML::SAXDriver::CSV and XML::SAXDriver::Excel.

Section four covers more advanced topics. Chapter eight is about XML transformations and filtering. This chapter covers using XSLT to transform XML documents. It covers the modules XML::LibXSLT, XML::Sabletron and XML::XPath.

Chapter nine goes into detail about Matt Sergeant's AxKit, the Apache XML Kit which allows you to create a website in XML and automatically deliver it to your visitors in the correct format.

Chapter rounds off the book with a look at using Perl to create web services. It looks at the two most common modules for creating web services in Perl - XML::RPC and SOAP::Lite.

Finally, section five contains the appendices which provide more background on the introductions to XML and Perl from chapter one.

There was one small point that I found a little annoying when reading the book. Each example was accompanied with a sample of the XML documents to be processed together with both a DTD and an XML Schema definition for the document. This seemed to me to be overkill. Did we really need both DTDs and XML Schemas for every example. I would have found it less distracting if one (or even both) of these had been moved to an appendix.

That small complaint aside, I found it a useful and interesting book. It will be very useful to Perl programmers (like myself) who will increasingly be expected to process (and provide) data in XML formats.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 8 people found the following review helpful:
4.0 out of 5 stars Good Survey of Perl's XML modules, November 19, 2002
This review is from: XML and Perl (Paperback)
This book surveys two dozen of the more important XML modules
available for Perl. It is aimed at the intermediate-level Perl
developer who has little exposure to XML and wants to know what the
fuss is all about, or who just needs a roadmap to find his/her way
amongst the hundred-odd Perl modules available on CPAN.

I found the book generally acceptable as computer books go. The
layout of the book is useful and visually pleasing, the section
headers are descriptive rather than cutesy or humorous, and the
authors write seriously and stick to the topic. The program examples
are to the point, and the authors have made a clear effort to come
up with plausible problems to solve rather than using completely
contrived examples. The example XML documents all have DTDs and
Schemas to define their format, which is good practice and refreshing
to see.

The range of topics is good, covering less obvious topics like SOAP
and web delivery of XML documents with AxKit, as well as the expected
discussions of parsing via SAX and DOM.

The faults of the book are twofold. The first problem is the need
for another round of editing. The program listings are almost all fine
(but beware the typo in p. 166, line 24 in the listing) yet the text
is sometimes repetitive and could use another round of tightening up.
Yes, this is true of almost every computer book, but hope springs eternal....

More disappointing to me was the second problem, which is inconsistent
focus. It's in the nature of a survey book to prefer breadth to
depth, but still I found the authors choices on what to discuss and
what to ignore were sometimes curious. I learned that there are SAX1
and SAX2 standards, but not what the difference is between them, nor
when I should prefer one to the other, nor what improvement they offer
over XML::Parser. There is a three-page discussion (p.155-158) of the
entirely-obvious production of XML documents with "print"
statements but no mention at all of XML encoding schemes and how they can
bite you in Perl 5.6.

My spot check of the index was an unhappy experience (the index won't
tell you that the document validation features of XML::Xerces are
mentioned on p.100) and the URL for the book's errata (p.xviii) gives
a 404 error as of this writing.

I'm an experienced Perl programmer with a little XML already under my
belt, so the book was helpful to me in giving me an overview of my
options for my next Perl/XML app. It's not in the Camel book's class,
but it is useful for the intended audience.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 5 people found the following review helpful:
5.0 out of 5 stars WOW! Fantastic!, December 31, 2002
By 
David Dadiomov (Farmington Hills, Michigan United States) - See all my reviews
This review is from: XML and Perl (Paperback)
I am just beggining to program with Xml and Perl, and I found this book helpful, very helpful. This book was very clear, I had no problems reading it. I learned to do things with this book that no other perl or xml book taught me. Very Informative, but at the same time not too long to read.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

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











Only search this product's reviews



What Other Items Do Customers Buy After Viewing This Item?


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).
 
(2)
(1)
(1)

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


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject