|
|
|
This article explains how to validate the structure of your XML documents with Perl. It does so by combining the simplicity of Test.pm from the standard Perl distribution with the flexibility of XPath.
Version: n/a
Platforms: n/a
Last Updated: March 24, 2007 |
|
|
|
|
This article shows how to turn any news site into a Remote Site Summary (RSS) web service using Perl. Using several modules from CPAN network, it shows how to: download the page, parse the HTML on the page, and encode the summary info in RSS.
Version: n/a
Platforms: n/a
Last Updated: April 12, 2007 |
|
|
|
|
This 6-page article explains what XML is, and what it can be used for. It also shows how to develop a Perl script to retrieve and display the contents of HTML embedded XML tags, and how to create a script that gathers news headlines from an XML file and creates an HTML news summary. Full source code for each script available for download.
Version: n/a
Platforms: n/a
Last Updated: May 08, 2007 |
|
|
|
|