Veikko Mäkinen wrote:
> salva wrote:
>> Hi
>> I am here again I am a little bit confused with that could you please 
>> repeat me whats wrong here?
>> http://82.223.148.52/
>> you can see phpinfo at http://82.223.148.52/info.php
> 
> This is a bug in LibXML.
> 
> PHP Version 5.2.1RC2 still had libxml version 2.6.22. As of PHP Version 
> 5.2.1RC4-dev the bundled libxml has been updated to 2.6.26 and, at least 
> according to my tests, this solves the issue you are facing.
> 
> 5.2.1 stable was released some ago so you should upgrade in any case.
> 
> Hope this helps.

And if it doesn't (I know it will but let's pretend :) you can remove 
the xinclude stuff from output_types.xml. It's there only to demonstrate 
this feature.

So this line (and the one just like it but pointing to 
"/configurations/sandbox/layouts")

   <xi:include xpointer="xpointer(/configurations/sandbox/renderers)" />

can be replaced with the content from the sanbox element (at the 
begining of the file)

   <renderers default="php">
     <renderer name="php"  ...
     ...
   </renderers>


-veikko




_______________________________________________
users mailing list
[email protected]
http://lists.agavi.org/mailman/listinfo/users

Reply via email to