This project was orignally hosted at http://untidy.sourceforge.net/
import untidy
xmlString = '<xml attr1="a"><a>f00!</a></xml>'
xf = untidy.xmlFuzzer()
xf.setRepetitions( [3,30,60] )
iter = xf.fuzz( xmlString )
for i in iter:
print i
GPL v2 (See LICENCE
file)
andres =dot= riancho @ gmail !dot! com