Help for this page

Select Code to Download


  1. or download this
        if ('text' eq $r->name and XML_READER_ELEMENT == $r->nodeType) {
            print $r->copyCurrentNode(1);
        }