XML, the Perl Way

Processing XML with Perl Michel Rodriguez

The Pyx Interface

Examples: PYX one-liners

Introduction to XML::PYX

Description

XML::PYX, based on XML::Parser is the Perl implementation. It comes with 3 tools: pyx (non-validating) and pyxv (validating) output the Pyx version of the document and pyxw writes an XML version of a Pyx flow.

Why use PYX?

Why NOT use XML::PYX

Related Module

XML::TiePYX (www.omsdev.com/ebohlman/perlmodules/) is easier to use on a Windows system



The Pyx Interface

Examples: PYX one-liners