search for: parse_starttag

Displaying 1 result from an estimated 1 matches for "parse_starttag".

2010 Oct 22
0
NUT and AsciiDoc (was: Next AsciiDoc release)
...File "/home/srackham/bin/a2x", line 240, in find_resources > parser.feed(open(f).read()) > File "/usr/lib/python2.6/HTMLParser.py", line 108, in feed > self.goahead(0) > File "/usr/lib/python2.6/HTMLParser.py", line 148, in goahead > k = self.parse_starttag(i) > File "/usr/lib/python2.6/HTMLParser.py", line 249, in parse_starttag > attrvalue = self.unescape(attrvalue) > File "/usr/lib/python2.6/HTMLParser.py", line 387, in unescape > return re.sub(r"&(#?[xX]?(?:[0-9a-fA-F]+|\w{1,8}));", replaceEnti...