> How do I pull out multiple KEYWORDs from this XML file using this style > code? [Example with XML::XPath omitted]
I prefer XML::Twig's variation of XPaths, which allow Perl regex matching too. http://search.cpan.org/~mirod/XML-Twig-3.22/Twig.pm http://xmltwig.com/xmltwig/ I used it yesterday to solve a problem that XSL and XPath query couldn't do from Java. Bill -- Not speaking for the Firm. _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

