I am developing a program for the PSP, and so far the methods for processing XML's depend on dll's, so i cannot use them as they are not compiled for use with the PlayStation Portable, bout everything i see depends on expat which needs window dll's to work
so is there a "pure" python library? one where EVERYTHING needed for processing XML is contained in a .py file?
so is there a "pure" python library? one where EVERYTHING needed for processing XML is contained in a .py file?
Comment