I'm trying to parse an xml file with jython (not through java parsers like xerces). I tried minidom in jython 2.1 and 2.2a but all failed. What can I do? The last resort would be using java parsers. Then how can I use them like python xml parsers? It seems like javadom and javasax has something to do, but I don't know how. Jane