Re: [xml] LIBXML2/LIBXSLT/XSLTPROC on VMS



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]