Help for this page

Select Code to Download


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