if ('text' eq $r->name and XML_READER_ELEMENT == $r->nodeType) { print $r->copyCurrentNode(1); } [download]
In reply to Re: Filtering large XML files by choroba in thread Filtering large XML files by PT