Skip Menu |

This queue is for tickets about the HTTP-OAI CPAN distribution.

Report information
The Basics
Id: 27191
Status: resolved
Priority: 0/
Queue: HTTP-OAI

People
Owner: Nobody in particular
Requestors: anonymous [...] panta-rhei.eu.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: use XML::SAX as abstraction
Date: 18 May 2007 20:59:41 -0000
To: bug-HTTP-OAI [...] rt.cpan.org
From: Anonymous via Panta Rhei <anonymous [...] panta-rhei.eu.org>
please allow user to specify their own SAX parser instead of using XML::LibXML directly.
I've changed the one use of XML::Parser as a SAX parser to XML::SAX. The other uses are to generate events from a DOM, which I don't believe XML::SAX supports. I can't untie HTTP::OAI from LibXML.