.. Perl XML::LibXML by Example documentation master file, created by sphinx-quickstart on Sun Jan 3 11:33:36 2016. Perl XML::LibXML by Example =========================== The `XML::LibXML `_ Perl module is a wrapper around the `libxml2 `_ parser library which is written in C. This tutorial uses example code to introduce the features of XML::LibXML and the ways in which you can use the module. The example scripts and XML documents are available as a :download:`ZIP file download `. Get started with :doc:`a basic example ` or jump directly to a specific topic using the Table of Contents. .. toctree:: :maxdepth: 2 basics xpath dom namespaces large-docs html installation Alternate Formats ----------------- The primary target for this project is the set of HTML pages. Alternate formats are available but may be missing some elements or features which are present in the HTML: * :download:`.pdf version ` * :download:`.epub version ` Corrections and Updates ----------------------- If you spot errors in the text of this document, please `raise an issue `_ on GitHub. You are also welcome to `fork the project `_, commit a fix and raise a pull request. If you find this document useful please link to it from your blogs, tweets, Stack Overflow answers etc. The canonical URL for linking is http://grantm.github.io/perl-libxml-by-example/. Contributors ------------ In alphabetical order: * Brandon Youngdale * Grant McLean