in reply to XML::Twig question

Hi anniyan,

If you really want to use XPATH expression to be evaluated then use method get_xpath .

'ELT1//ELT2' will find ELT2 elements which are all descendant element of ELT1, when given inside get_xpath method.

There is no need for '<' in the XPATH expression.

Hope this helps.

Regards,
Murugesan Kandasamy
use perl for(;;);