Re: [xml] LIBXML2/LIBXSLT/XSLTPROC on VMS
- From: Daniel Veillard <veillard redhat com>
- To: Nigel Hall <nigel hall misys com>
- Cc: xml gnome org
- Subject: Re: [xml] LIBXML2/LIBXSLT/XSLTPROC on VMS
- Date: Tue, 17 Dec 2002 13:33:10 -0500
On Tue, Dec 17, 2002 at 03:37:56PM -0000, Nigel Hall wrote:
The problem was with xmlFileWrite in xmlIO.c.
okay
Becomes:
int items;
items = fwrite(&buffer[0], len, 1, (FILE *) context);
return(len);
hum I think that should be
return(items * len);
to handle the error case.
Daniel
--
Daniel Veillard | Red Hat Network https://rhn.redhat.com/
veillard redhat com | libxml GNOME XML XSLT toolkit http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]