xmllib has fatal bug.

Henry S. Thompson ht at cogsci.ed.ac.uk
Tue Jan 11 04:07:58 EST 2000


kc5tja at garnet.armored.net (Samuel A. Falvo II) writes:

> 
> Now, suppose I feed it the following XML data:
> 
> <schema targetNS='http://purl.org/metadata/dublin_core'
> 	version='1.0'
> 	xmlns='http://www.w3.org/1999/XMLSchema">
> 	<element/>
> </schema>

Always check your input with an independent validator:  the above is
ill-formed, having unmatched quote characters in the default namespace 
declaration.

ht
-- 
  Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
     2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
	    Fax: (44) 131 650-4587, e-mail: ht at cogsci.ed.ac.uk
		     URL: http://www.ltg.ed.ac.uk/~ht/



More information about the Python-list mailing list