Fork me on GitHub

Project Notes

#446 Perl and XML

Book notes - Perl and XML: XML Processing with Perl by Erik T. Ray, Jason McIntosh. First published January 1, 2002.

Notes

I leaned heavily on this book when facing some challenges using Perl to glue together some integrations back the day when XML was all the rage i.e. before JSON.

cover

From the book description:

Contents

  1. Perl and XML
  2. An XML Recap
  3. XML Basics: Reading and Writing
  4. Event Streams
  5. SAX
  6. Tree Processing
  7. DOM
  8. Beyond Trees: XPath, XSLT, and More
  9. RSS, SOAP, and Other XML Applications
  10. Coding Strategies

Source Code

Example sources are maintained at https://resources.oreilly.com/examples/9780596002053/. The repo contains a zipped version of the sources, so I uncompress them to an example_source folder after cloning the repo:

git clone https://resources.oreilly.com/examples/9780596002053 example_source_repo
mkdir example_source
tar -zxvf example_source_repo/perl_testing_adn_examples.tar.gz -C ./example_source

Credits and References

About LCK#446
BooksPerlXML

This page is a web-friendly rendering of my project notes shared in the LittleCodingKata GitHub repository.

Project Source on GitHub Return to the LittleCodingKata Catalog
About LittleCodingKata

LittleCodingKata is my collection of programming exercises, research and code toys broadly spanning things that relate to programming and software development (languages, frameworks and tools).

These range from the trivial to the complex and serious. Many are inspired by existing work and I'll note credits and references where applicable. The focus is quite scattered, as I variously work on things new and important in the moment, or go back to revisit things from the past.

This is primarily a personal collection for my own edification and learning, but anyone who stumbles by is welcome to borrow, steal or reference the work here. And if you spot errors or issues I'd really appreciate some feedback - create an issue, send me an email or even send a pull-request.

Follow the Blog follow projects and notes as they are published in your favourite feed reader