From 35ef77ab63a4c505695abdcf41aed0aa191c46f9 Mon Sep 17 00:00:00 2001 From: calvin Date: Mon, 5 Jun 2006 20:23:09 +0000 Subject: [PATCH] remove unused functions xmlunquote* git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3357 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- linkcheck/logger/xmllog.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/linkcheck/logger/xmllog.py b/linkcheck/logger/xmllog.py index 0028454a..910fdde5 100644 --- a/linkcheck/logger/xmllog.py +++ b/linkcheck/logger/xmllog.py @@ -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