mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-26 02:40:23 +00:00
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:
parent
b9150f1bf6
commit
35ef77ab63
1 changed files with 0 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue