On 7 Aug 2001, Ian Holsman wrote: > @@ -479,7 +480,38 @@ > return errbuf; > } > > +APU_DECLARE(apr_status_t) apr_xml_parse_file(apr_pool_t *p, > apr_xml_parser**parser,apr_xml_doc **ppdoc, apr_file_t *xmlfd,int > buffer_length)
The patch was hosed because long lines wrapped... I've taken care of this on my end, though. > Index: Makefile.in > =================================================================== > RCS file: /home/cvspublic/apr-util/test/Makefile.in,v > retrieving revision 1.12 > diff -u -r1.12 Makefile.in > --- Makefile.in 2001/08/01 20:32:59 1.12 > +++ Makefile.in 2001/08/07 19:54:29 > @@ -1,7 +1,7 @@ > [EMAIL PROTECTED]@ > INCLUDES=-I$(top_builddir)/include -I$(top_builddir)/include/private > [EMAIL PROTECTED]@/include > TARGETS = > -PROGRAMS = testdbm testdate testmd4 > +PROGRAMS = testdbm testdate testmd4 testxml Did I miss something? Where is this testxml file? Thanks, Cliff -------------------------------------------------------------- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA
