XML, the Perl Way

Home XML::Twig Modules Talks Articles Tutorials Reports Tools PGC mirod Le Blog print
Processing XML with Perl Michel Rodriguez

XSL and CSS

SAX

The Document Object Model (DOM)

The DOM is both an object model of an XML (and HTML) document and an API to access and manipulate the document.

The DOM is widely used, from browsers to data bases. There are DOM implementations in various languages, notably Java.

The Model:



XSL and CSS

SAX