remove unused functions xmlunquote*

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3357 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2006-06-05 20:23:09 +00:00
parent b9150f1bf6
commit 35ef77ab63

View file

@ -47,20 +47,6 @@ def xmlquoteattr (s):
return xml.sax.saxutils.escape(s, xmlattr_entities)
def xmlunquote (s):
"""
Unquote characters from XML.
"""
return xml.sax.saxutils.unescape(s)
def xmlunquoteattr (s):
"""
Unquote attributes from XML.
"""
return xml.sax.saxutils.unescape(s, xmlattr_entities)
class XMLLogger (linkcheck.logger.Logger):
"""
XML output mirroring the GML structure. Easy to parse with any XML