in reply to Re^3: XML::Twig and handles on regex/xpath
in thread XML::Twig and handles on regex/xpath

Actually I get the error message as soon as I try use the '[starts-with(...)]'.

Thanks for pointing out XML::Twig::XPath.
I will try to come up with a solution using this and post it here.

Replies are listed 'Best First'.
Re^5: XML::Twig and handles on regex/xpath
by Anonymous Monk on Apr 28, 2011 at 08:49 UTC
      Thanks.

      I came up with a similar line.
      It works, but it has not the speed of the 'take all tags and filter them with a regex'-solution. (At least not with my data), so I think I will stick to that.