I think it is more than that. I was trying to get apr_xml usable as a xml_parser the apr-xml api, doesn't provide any hooks so that I can be notified when I get an element, (which expat has) and is currently hard coded for 'DAV' only.
in order to be usefull it needs a couple more functions to set the start handler, namespace (on create) and to navigate the tree a bit better. > -----Original Message----- > From: Jeff Trawick [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 17, 2001 4:37 AM > To: Ian Holsman; [EMAIL PROTECTED]; [email protected] > Subject: Re: libaprutil.la, libexpat.la, APRUTIL_EXPORT_LIBS > > > Ian Holsman <[EMAIL PROTECTED]> writes: > > > Expat is used by the 'apr_xml' set of routines inside of apr-util > > which look hard coded to work only for mod_dav. > > > > you could always move expat and the apr_xml stuff into the mod_dav > > module directory. > > (I don't know what I'm talking about but) maybe > apr_xml_parser_create() needs a parameter to specify the namespace? > (Or maybe this is an expat-specific concept and we don't want to tie > the apr-util API to expat?) > > -- > Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: > http://www.geocities.com/SiliconValley/Park/9289/ > Born in Roswell... married an alien... >
