https://github.com/grantm/perl-libxml-by-example
Perl XML::LibXML by Example - A documentation project
https://github.com/grantm/perl-libxml-by-example
documentation libxml2 perl perl-xml xpath-sandbox
Last synced: 7 months ago
JSON representation
Perl XML::LibXML by Example - A documentation project
- Host: GitHub
- URL: https://github.com/grantm/perl-libxml-by-example
- Owner: grantm
- License: other
- Created: 2016-03-07T10:25:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-02T10:12:58.000Z (about 2 years ago)
- Last Synced: 2025-04-05T08:24:19.797Z (10 months ago)
- Topics: documentation, libxml2, perl, perl-xml, xpath-sandbox
- Language: HTML
- Size: 9.34 MB
- Stars: 24
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
Read the HTML version at: [Perl XML::LibXML by
Example](http://grantm.github.io/perl-libxml-by-example/)
This is a documentation project to introduce the Perl
[XML::LibXML](https://metacpan.org/release/XML-LibXML) module through example
scripts and line-by-line explanations.
One of the features of this project is an [interactive XPath
sandbox](http://grantm.github.io/perl-libxml-by-example/_static/xpath-sandbox/xpath-sandbox.html?q=%2F%2Fmovie[%40id%3D%22tt0307479%22]%2F%2Fsynopsis)
which you can use to try out different XPath expressions and see which parts of
the XML document are matched.
---

Perl XML::LibXML by Example by Grant McLean is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.