in reply to Re: XML::Twig output with delimiter
in thread XML::Twig output with delimiter

If the XML file is large then memory problem might occur.
So I want the loop in which the data will be extracted.

Also I want only data present in specific tags.

Replies are listed 'Best First'.
Re^3: XML::Twig output with delimiter
by mirod (Canon) on Dec 09, 2008 at 13:28 UTC

    Read the docs about twig_handlers or twig_roots to see how to deal with large files. If you want the data from specific tags, then read the docs for field.

    To read the doc, perldoc XML::Twig or man XML::Twig or look at XML::Twig, or online doc.