]> granicus.if.org Git - libexpat/commit
Fix for WFC: Entity Declared handling:
authorKarl Waclawek <kwaclaw@users.sourceforge.net>
Thu, 22 Aug 2002 21:24:10 +0000 (21:24 +0000)
committerKarl Waclawek <kwaclaw@users.sourceforge.net>
Thu, 22 Aug 2002 21:24:10 +0000 (21:24 +0000)
commitfa7b20a32a1b6104af9382efdf78578588f019ba
tree507ba5c698607d52fe76433ead4208cc7a1b2d11
parent1297454350484aebabd180d43fc3f821422e0b1f
Fix for WFC: Entity Declared handling:
Expat would return an "undefined entity" error for the document:
<!DOCTYPE doc SYSTEM "foo">
<doc>&entity;</doc>
if the DTD was not read.
expat/lib/xmlparse.c