On 21 May 2010 05:01, Philip Olson <phi...@roshambo.org> wrote:
>
> On May 20, 2010, at 8:52 PM, Yago Ferrer wrote:
>
>> Hi Philip!
>>
>> When I´m trying to compile the Spanish PHP manual I´m getting these errors, 
>> do you know what is it?
>>
>> Warning: DOMDocument::xinclude(): XPointer evaluation failed: 
>> #xmlns(db=http://docbook.org/ns/docbook) 
>> xpointer(id('class.datetime')/db:refentry/db:refsec...@role='description']/descendant::db:destructorsynopsis[not(@role='procedural')])
>>  in /local/web/sites/edit.php.net/data/phpdoc-all/doc-base/configure.phpon 
>> line 613
>>
>> Warning: DOMDocument::xinclude(): XPointer evaluation failed: 
>> #xmlns(db=http://docbook.org/ns/docbook) 
>> xpointer(id('class.datetimezone')/db:refentry/db:refsec...@role='description']/descendant::db:destructorsynopsis[not(@role='procedural')])
>>  in /local/web/sites/edit.php.net/data/phpdoc-all/doc-base/configure.php on 
>> line 613
>>
>> Warning: DOMDocument::xinclude(): XPointer evaluation failed: 
>> #xmlns(db=http://docbook.org/ns/docbook) 
>> xpointer(id('class.dateinterval')/db:refentry/db:refsec...@role='description']/descendant::db:destructorsynopsis[not(@role='procedural')])
>>  in /local/web/sites/edit.php.net/data/phpdoc-all/doc-base/configure.phpon 
>> line 613
>>
>> Warning: DOMDocument::xinclude(): XPointer evaluation failed: 
>> #xmlns(db=http://docbook.org/ns/docbook) 
>> xpointer(id('class.dateperiod')/db:refentry/db:refsec...@role='description']/descendant::db:destructorsynopsis[not(@role='procedural')])
>>  in /local/web/sites/edit.php.net/data/phpdoc-all/doc-base/configure.phpon 
>> line 613
>>
>> Warning: DOMDocument::xinclude(): XPointer evaluation failed: 
>> #xmlns(db=http://docbook.org/ns/docbook) 
>> xpointer(id('class.dateperiod')/db:refentry/db:refsec...@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])
>>  in /local/web/sites/edit.php.net/data/phpdoc-all/doc-base/configure.php on 
>> line 613
>
> Nope, and I can't reproduce (even after trying a fresh doc-es checkout).
>
> However, yesterday people saw these errors when unrelated errors occurred in 
> the manual. The mongo docs briefly had a <para> in the wrong place, yet these 
> nasty looking datetime errors showed up (along with the correct mongo errors 
> too). Therefore I wonder, whenever we have a problem we might see these too 
> which is very confusing. Anyone have an idea regarding how to fix that?
>
> Regards,
> Philip

Can you check the version of libxml that is being used by the online
editor please?

I recently added the new xinclude/xpointer/xfallback to the datetime
(in all the translations).

I did do a thorough test locally.

I'm using Windows and have to use the --disable-libxml-check as the
last official win32 version of PHP is using ...

Constant [ integer LIBXML_VERSION ] { 20703 }
Constant [ string LIBXML_DOTTED_VERSION ] { 2.7.3 }
Constant [ string LIBXML_LOADED_VERSION ] { 20703 }

and 2.7.4+ is required or use the --disable-libxml-check to skip the
version check.


Regards,

Richard.

-- 
-----
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