I'm trying to use
int xmlDocDump (FILE * f, xmlDocPtr cur)
and consistently receive a XML_IO_EBADF (*bad file descriptor*) fault.
I'm using LibXML2 Version 2.7.8 on Windows 10.
BTW: I successfully fopen() with modes = "w", "wb" but receive XML_IO_EBADF.
With modes "w+" and "w+b", I get XML_IO_
Thanks, but nope, that's not the case. I'm able to use FILE* fp with
fputs() without issue.
On Wed, Jan 27, 2021, 4:23 PM Liam R E Quin wrote:
> On Wed, 2021-01-27 at 13:37 -0600, Danny Holstein via xml wrote:
> >
> > With modes "w+" and "w+b", I g