minidom xml & non ascii / unicode & files

2005-08-05 Thread webdev
lo all, some of the questions i'll ask below have most certainly been discussed already, i just hope someone's kind enough to answer them again to help me out.. so i started a python 2.3 script that grabs some web pages from the web, regex parse the data and stores it localy to xml file for fu

Re: minidom xml & non ascii / unicode & files

2005-08-06 Thread webdev
about encodings "ascii", "iso-", "utf-".. The next important thing is to make sure to use functions and objects that support unicode all the way, like minidom seems to do.. my original script has another function "FindDataNode" that will do a more sofist