Here is a short overview, where and what xml stuff is used at the moment in freevo: (list has been created with grep xml|grep import)
./freevo/src/audio/plugins/coversearch.py: from xml.dom import minidom ./freevo/src/util/amazon.py: from xml.dom import minidom ./freevo/src/main.py: from xml.dom import minidom ./freevo/src/plugins/itv.py: from xml.dom.ext.reader import Sax2 ./freevo/src/plugins/headlines.py: from xml.dom.ext.reader import Sax2 ./freevo/src/plugins/oneclick.py: from xml.dom.ext.reader import Sax2 ./freevo/src/tv/plugins/tvtime.py: from xml.dom.ext.reader import Sax2 ./freevo/contrib/plugins/weather.py: from xml.dom.ext.reader import Sax2 ./freevo/src/tv/plugins/tvtime.py: from xml.dom.ext.reader import Sax2 ./freevo/src/tv/plugins/tvtime.py: from xml.dom.ext import PrettyPrint ./freevo/src/util/feedparser.py: import xml.sax ./freevo/src/util/feedparser.py: from xml.sax.saxutils import escape as _xmlescape ./freevo/src/games/mame_cache.py: from xml.sax.handler import ContentHandler ./freevo/src/games/mame_cache.py: from xml.sax import make_parser ./freevo/src/plugins/weatherdata.py: import xml.etree.cElementTree as ET ./freevo/src/video/plugins/youtube.py: from xml.etree import cElementTree as ElementTree ./freevo/src/tv/xmltv.py: from xml.etree.cElementTree import ElementTree, Element, SubElement, tostring ./freevo/src/image/plugins/flickr.py: from xml.etree import cElementTree as ElementTree ./freevo/src/video/plugins/linkbrowser.py: from xml.utils import qp_xml ./freevo/src/util/fxdparser.py: from xml.utils import qp_xml ./freevo/src/main.py: from xml.utils import qp_xml ./freevo/src/skins/main/xml_skin.py: from xml.utils import qp_xml Probably some of these things are now inside of pythons buildin xml module... Tanja ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Freevo-devel mailing list Freevo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-devel