bonjour à tous ...

voilà mon problème :

je vais essayer de faire un schema ...

old_dtd.................................new_dtd
....|..............................................|
....V ............ _______ ............... V
old_xml ====| XSLT |====>new_xml

alors, maintenant ce système marche ... ce que je voudrais faire c'est l'appliquer à un bloc de fichiers xml

selon un shema du type:

old_dtd.......................XSLT.................new_dtd
....|................................|.|........................|
....V ..............................V...................... V
n old_fichiers_xml ====python===> n new_fichier_xml

j'ai essayer de m'inspirer de htmlconverter/ mais ça marche pas du tout ...

et vue que je debute en python ... je chercherai un code le plus """simple""" possible ...