Adding an XML fragment as a child node in a pre-existing Element tree

2007-02-11 Thread Rajarshi
Hi, I'm using ElementTree for some RSS processing. The point where I face a problem is that within an item/item I need to add another child node (in addition to link etc) which is a well-formed XML document (Chemical Markup Language to be precise). So my code looks like: import cElementTree as

Re: Adding an XML fragment as a child node in a pre-existing Element tree

2007-02-11 Thread Gabriel Genellina
En Sun, 11 Feb 2007 15:15:21 -0300, Rajarshi [EMAIL PROTECTED] escribió: Hi, I'm using ElementTree for some RSS processing. The point where I face a problem is that within an item/item I need to add another child node (in addition to link etc) which is a well-formed XML document (Chemical