On Tue, May 17, 2005 at 11:12:28AM +0200, Remy HAREL wrote:
> Hi list,
> 
>  Please someone could explain to me what may cause this error :
> 
> error : xmlEncodeEntitiesReentrant : char out of range
> 
>  I guess it's a character that is not supported, but in which libxml2 
> function/call ?

  impossible to tell, this can be called from a number of place.

>  It happens when I make an xml tree from scratch.

  you probably either:
    - used non UTF-8 strings to build the tree
    - used character outside of the scope allowed by XML
      http://www.w3.org/TR/REC-xml/#NT-Char

Daniel

-- 
Daniel Veillard      | Red Hat Desktop team http://redhat.com/
[EMAIL PROTECTED]  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
xml@gnome.org
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to