On Thu, Jul 14, 2005 at 07:01:19AM -0700, my name wrote: > thank you Daniel for reply. > i already wrote to the authtor. > I just hope(d) that maybe someone here came across > this problem already or i'm doing smthwrong and can be > pointed .
Seems the generated code copy a const char pointer to a non const, this is not nice, but the compiler is a bit too pedantic to make that a fatal error. Nothing we can fix here or diagnose more precisely. 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/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
