[XML-SIG] [ pyxml-Bugs-462085 ] ExternalEntityParserCreate fails

noreply@sourceforge.net noreply@sourceforge.net
Sun, 16 Sep 2001 12:03:37 -0700


Bugs item #462085, was opened at 2001-09-16 12:03
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=106473&aid=462085&group_id=6473

Category: expat
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: ExternalEntityParserCreate fails

Initial Comment:
Trying to invoke ExternalEntityParserCreate
with the provided context argument when encountering 
a external DTD fails because the context is None.

I rewrote my test-program in C, and it worked. The 
desired argument has to be NULL there. So the solution
was to patch pyexpat.c to accept the type "z" instead
of "s". Now everything works for me. 

Diez


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=106473&aid=462085&group_id=6473