Can I using looping to add <object> in xrc file?
No. It's not a programming language, just plain simple xml.
···
On 2/13/10 12:59 AM, Harya Dananjaya wrote:
Can I using looping to add <object> in xrc file?
--
Robin Dunn
Software Craftsman
The only thing that occurs to me is to use a Python XML library to open the xrc file and then use Python to generate and/or modify the file. I personally like lxml, but there are others who like the DOM method.
···
On Sun, Feb 14, 2010 at 1:23 AM, Robin Dunn robin@alldunn.com wrote:
On 2/13/10 12:59 AM, Harya Dananjaya wrote:
Can I using looping to add in xrc file?
No. It’s not a programming language, just plain simple xml.
–
Robin Dunn
Software Craftsman
–
Mike Driscoll