Re: [PHP-DOC] Re: Error when compiling PHP manual.

2010-05-27 Thread Richard Quadling
On 27 May 2010 15:41, Daniel Convissor wrote: > Hi Richard: > > On Tue, May 25, 2010 at 12:08:17PM +0100, Richard Quadling wrote: >> >> In the event that the xpointer evaluation doesn't return anything, the >> "XPointer evaluation failed" warning is always thrown and the >> xfallback kicks in. > >

Re: [PHP-DOC] Re: Error when compiling PHP manual.

2010-05-27 Thread Daniel Convissor
Hi Richard: On Tue, May 25, 2010 at 12:08:17PM +0100, Richard Quadling wrote: > > In the event that the xpointer evaluation doesn't return anything, the > "XPointer evaluation failed" warning is always thrown and the > xfallback kicks in. If there's nothing for a query to find, why is the query

Re: [PHP-DOC] Re: Error when compiling PHP manual.

2010-05-27 Thread Richard Quadling
On 27 May 2010 11:51, Hannes Magnusson wrote: > On Wed, May 26, 2010 at 15:32, Richard Quadling > wrote: >> On 25 May 2010 19:37, Hannes Magnusson wrote: >>> On Tue, May 25, 2010 at 13:08, Richard Quadling >>> wrote: On 24 May 2010 16:00, Hannes Magnusson wrote: > On Mon, May 24, 2010

Re: [PHP-DOC] Re: Error when compiling PHP manual.

2010-05-27 Thread Hannes Magnusson
On Wed, May 26, 2010 at 15:32, Richard Quadling wrote: > On 25 May 2010 19:37, Hannes Magnusson wrote: >> On Tue, May 25, 2010 at 13:08, Richard Quadling >> wrote: >>> On 24 May 2010 16:00, Hannes Magnusson wrote: On Mon, May 24, 2010 at 03:25, Philip Olson wrote: > >>> At this stage,

Re: [PHP-DOC] Re: Error when compiling PHP manual.

2010-05-26 Thread Richard Quadling
On 25 May 2010 19:37, Hannes Magnusson wrote: > On Tue, May 25, 2010 at 13:08, Richard Quadling > wrote: >> On 24 May 2010 16:00, Hannes Magnusson wrote: >>> On Mon, May 24, 2010 at 03:25, Philip Olson wrote: >> At this stage, I'm wondering why we don't simply collect all the errors ... >>

Re: [PHP-DOC] Re: Error when compiling PHP manual.

2010-05-25 Thread Hannes Magnusson
On Tue, May 25, 2010 at 13:08, Richard Quadling wrote: > On 24 May 2010 16:00, Hannes Magnusson wrote: >> On Mon, May 24, 2010 at 03:25, Philip Olson wrote: >>> > At this stage, I'm wondering why we don't simply collect all the errors ... > > I thought we did? Unless --enable-xml-details was s

Re: [PHP-DOC] Re: Error when compiling PHP manual.

2010-05-25 Thread Richard Quadling
On 24 May 2010 16:00, Hannes Magnusson wrote: > On Mon, May 24, 2010 at 03:25, Philip Olson wrote: >> >>> >>> I can't get the errors locally, Considering we already throw away a >>> LOT of errors regarding xinclude when things go wrong >>> (print_xml_errors()), I can only suggest excluding the wa

Re: [PHP-DOC] Re: Error when compiling PHP manual.

2010-05-25 Thread Richard Quadling
On 24 May 2010 02:25, Philip Olson wrote: > $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 warnin

Re: [PHP-DOC] Re: Error when compiling PHP manual.

2010-05-24 Thread Hannes Magnusson
On Mon, May 24, 2010 at 03:25, Philip Olson wrote: > >> >> I can't get the errors locally, Considering we already throw away a >> LOT of errors regarding xinclude when things go wrong >> (print_xml_errors()), I can only suggest excluding the warnings from >> the xinclude() call in configure.php. >

Re: [PHP-DOC] Re: Error when compiling PHP manual.

2010-05-23 Thread Philip Olson
> > I can't get the errors locally, Considering we already throw away a > LOT of errors regarding xinclude when things go wrong > (print_xml_errors()), I can only suggest excluding the warnings from > the xinclude() call in configure.php. I don't remember exactly why these errors were hidden bef

Re: [PHP-DOC] Re: Error when compiling PHP manual.

2010-05-23 Thread Richard Quadling
On 23 May 2010 05:35, Philip Olson wrote: > > On May 21, 2010, at 1:12 PM, David Tajchreber wrote: > >> On Fri, 21 May 2010 11:23:06 +0100, Richard Quadling wrote: >> >>> On 21 May 2010 11:15, Richard Quadling wrote: On 21 May 2010 10:08, Philip Olson wrote: >> >> The problem is not

Re: [PHP-DOC] Re: Error when compiling PHP manual.

2010-05-23 Thread Richard Quadling
On 23 May 2010 05:35, Philip Olson wrote: > > On May 21, 2010, at 1:12 PM, David Tajchreber wrote: > >> On Fri, 21 May 2010 11:23:06 +0100, Richard Quadling wrote: >> >>> On 21 May 2010 11:15, Richard Quadling wrote: On 21 May 2010 10:08, Philip Olson wrote: >> >> The problem is not

Re: [PHP-DOC] Re: Error when compiling PHP manual.

2010-05-22 Thread Philip Olson
On May 21, 2010, at 1:12 PM, David Tajchreber wrote: > On Fri, 21 May 2010 11:23:06 +0100, Richard Quadling wrote: > >> On 21 May 2010 11:15, Richard Quadling wrote: >>> On 21 May 2010 10:08, Philip Olson wrote: > > The problem is not the tags per se. I can and have successfully >

Re: [PHP-DOC] Re: Error when compiling PHP manual.

2010-05-21 Thread David Tajchreber
On Fri, 21 May 2010 10:05:49 +0100, Richard Quadling wrote: > On 21 May 2010 10:00, pedram salehpoor > wrote: >> On Fri, May 21, 2010 at 1:20 PM, Richard Quadling >> wrote: >>> >>> On 21 May 2010 05:01, Philip Olson wrote: >>> > >>> > On May 20, 2010, at 8:52 PM, Yago Ferrer wrote: >>> > >>> >>

Re: [PHP-DOC] Re: Error when compiling PHP manual.

2010-05-21 Thread David Tajchreber
On Fri, 21 May 2010 11:23:06 +0100, Richard Quadling wrote: > On 21 May 2010 11:15, Richard Quadling wrote: >> On 21 May 2010 10:08, Philip Olson wrote: The problem is not the tags per se. I can and have successfully compiled all the manuals I've altered (en, es, fa, fr, ja, tr) f

Re: [PHP-DOC] Re: Error when compiling PHP manual - possible fix.

2010-05-21 Thread Richard Quadling
On 21 May 2010 11:23, Richard Quadling wrote: > On 21 May 2010 11:15, Richard Quadling wrote: >> On 21 May 2010 10:08, Philip Olson wrote: The problem is not the tags per se. I can and have successfully compiled all the manuals I've altered (en, es, fa, fr, ja, tr) from the X

Re: [PHP-DOC] Re: Error when compiling PHP manual.

2010-05-21 Thread Richard Quadling
On 21 May 2010 11:15, Richard Quadling wrote: > On 21 May 2010 10:08, Philip Olson wrote: >>> >>> The problem is not the tags per se. I can and have successfully >>> compiled all the manuals I've altered (en, es, fa, fr, ja, tr) from >>> the XML through to a Windows CHM (I'm on Windows after all)

Re: [PHP-DOC] Re: Error when compiling PHP manual.

2010-05-21 Thread Richard Quadling
On 21 May 2010 10:08, Philip Olson wrote: >> >> The problem is not the tags per se. I can and have successfully >> compiled all the manuals I've altered (en, es, fa, fr, ja, tr) from >> the XML through to a Windows CHM (I'm on Windows after all). >> >> I'm not getting the warnings that you are see

Re: [PHP-DOC] Re: Error when compiling PHP manual.

2010-05-21 Thread Philip Olson
> > The problem is not the tags per se. I can and have successfully > compiled all the manuals I've altered (en, es, fa, fr, ja, tr) from > the XML through to a Windows CHM (I'm on Windows after all). > > I'm not getting the warnings that you are seeing. For example, add FOO to strlen.xml outsid

Re: [PHP-DOC] Re: Error when compiling PHP manual.

2010-05-21 Thread Richard Quadling
On 21 May 2010 10:00, pedram salehpoor wrote: > On Fri, May 21, 2010 at 1:20 PM, Richard Quadling > wrote: >> >> On 21 May 2010 05:01, Philip Olson wrote: >> > >> > On May 20, 2010, at 8:52 PM, Yago Ferrer wrote: >> > >> >> Hi Philip! >> >> >> >> When I´m trying to compile the Spanish PHP manual

Re: [PHP-DOC] Re: Error when compiling PHP manual.

2010-05-21 Thread pedram salehpoor
On Fri, May 21, 2010 at 1:20 PM, Richard Quadling wrote: > > On 21 May 2010 05:01, Philip Olson 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? >

Re: [PHP-DOC] Re: Error when compiling PHP manual.

2010-05-21 Thread Richard Quadling
On 21 May 2010 05:01, Philip Olson 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

[PHP-DOC] Re: Error when compiling PHP manual.

2010-05-20 Thread Yago Ferrer
Sounds good. Thanks for taking a look. Yago On Thu, May 20, 2010 at 9:49 PM, Philip Olson wrote: > > On May 20, 2010, at 9:13 PM, Yago Ferrer wrote: > > > Hey Philip, > > if you login into http://edit.php.net/ and try to compile from > 'Herramientas de compilación -> Probar de compilar' you wi

[PHP-DOC] Re: Error when compiling PHP manual.

2010-05-20 Thread Philip Olson
On May 20, 2010, at 9:13 PM, Yago Ferrer wrote: > Hey Philip, > if you login into http://edit.php.net/ and try to compile from 'Herramientas > de compilación -> Probar de compilar' you will see the error that I'm talking > about. Realized it was edit.php.net after pressing send. Anyway, every

[PHP-DOC] Re: Error when compiling PHP manual.

2010-05-20 Thread Yago Ferrer
Hey Philip, if you login into http://edit.php.net/ and try to compile from 'Herramientas de compilación -> Probar de compilar' you will see the error that I'm talking about. Yago On Thu, May 20, 2010 at 9:01 PM, Philip Olson wrote: > > On May 20, 2010, at 8:52 PM, Yago Ferrer wrote: > > > Hi P

[PHP-DOC] Re: Error when compiling PHP manual.

2010-05-20 Thread Philip Olson
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('c