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.
>
>
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
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
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,
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 ...
>>
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
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
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
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.
>
>
> 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
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
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
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
>
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:
>>> >
>>> >>
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
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
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)
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
>
> 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
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
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?
>
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
22 matches
Mail list logo