minidom in Civ4

It's not possible to add the missing modules to the default python.
But since python modules don't require a special installation, you should be able to drop the DOM modules just in your mod and use them locally (...if they are compatible with that old python version).


For reading XMLs in general, EmperorFool explained somewhen, that Civ4 uses a sax parser (also a python default module). But it's not quite intuitive, couldn't wrap my mind around it :blush:.
 
Back
Top Bottom