On 24 May 2010 02:25, Philip Olson <phi...@roshambo.org> wrote:
> <?php
> $doc = new DOMDocument();
> $doc->load('doc-base/manual.xml', LIBXML_NOENT);
> $doc->xinclude();
>
> var_dump($doc->validate());
> ?>

[Late post - need to talk to the postman.]
Aha! Yes. Got it. doc->xinclude(LIBXML_NOWARNING) still produces the warnings.

-- 
-----
Richard Quadling
"Standing on the shoulders of some very clever giants!"
EE : http://www.experts-exchange.com/M_248814.html
EE4Free : http://www.experts-exchange.com/becomeAnExpert.jsp
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
ZOPA : http://uk.zopa.com/member/RQuadling

Reply via email to