you download and install "lxml" bindings to libxml2
you load the glade xml file in an etree
you get all property nodes with a xpath ("//[EMAIL PROTECTED]'label' or
@name='title' or ... ]")
and for each nodes, you call your _(node.text) ... and put pack the
result in the node ...
and you export your etree into a xml to be loaded with libglade ...

i will certainly build, for my own, a function wich will done
something like that
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to