Hi! I found a problem in xpath.c.
in xmlXPathFormatNumber line 2714 char work[DBL_DIG + EXPONENT_DIGITS + 3 + LOWER_DOUBLE_EXP]; line 2766 work[buffersize - 1] = 0; in most cases buffersize is 99 or 100 depending on the calling function. Regards, Christoph von Wittich [EMAIL PROTECTED] _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
