Check out this post on PerlMonks to read about the work I did today integrating XPath into a module I'm working on. I think this could be a useful technique for many situations.
-sam
Re:PerlPath
samtregar on 2003-02-11T15:59:29
Strangely enough, I like XPath but I loathe XSLT! XPath seems to me to be a really elegent way of expressing complex tree traversals. XSLT on the other hand seems like a really complex way of expressing simple programming constructs (like, say, map).-sam
Hrm, nice. Think I'll borrow that.
--David