XML and Scripting Languages
By Parand Tony Darugar
2005-05-18
Resources
finance.yahoo.com provides stock quotes in spreadsheet format.
Expat is a fully conforming, non-validating XML parser written in C.
XML::Parser is a Perl interface to James Clark's XML parser, expat.
XML::Twig is a tree interface to XML documents allowing chunk-by-chunk processing of huge documents.
XML::DOM is a Perl extension to XML::Parser to build an Object Oriented datastructure with a DOM Level 1-compliant interface.
XML::Grove provides simple access to the information set of parsed XML, HTML, or SGML instances using a tree of Perl hashes.
The Document Object Model (DOM) provides a standard set of objects for representing HTML and XML documents, and a standard interface for accessing and manipulating them.
MySQL Database is a free SQL database available for most operating systems, including most flavors of UNIX, as well as Windows and OS/2.
High Performance Web Applications using Perl, XML, and Databases discusses issues and techniques for building high-performance Web applications using Perl, XML, and databases.
Tutorial Pages:
»
Converting XML to HTML
»
Simple substitution
»
Function-based substitution
»
Tree-based processing
»
Active XML documents
»
Storing tag contents
»
Retrieving the rules
»
Acting on the rules
»
Next steps
» Resources
First published by IBM DeveloperWorks
|

|
|