Elementtree tag

2007-12-13 Thread Sean DiZazzo
I have a another question... using elementtree, is there a proper way to get at the data '123456789' in this tag? 'id 123456789 /' I tried making it an element, but the only attribute that returns anything is the tag attribute. Does that section of a tag have any proper name that I'm missing?

Re: Elementtree tag

2007-12-13 Thread Waldemar Osuch
On Dec 13, 7:52 pm, Sean DiZazzo [EMAIL PROTECTED] wrote: I have a another question... using elementtree, is there a proper way to get at the data '123456789' in this tag? 'id 123456789 /' I tried making it an element, but the only attribute that returns anything is the tag attribute.

Re: Elementtree tag

2007-12-13 Thread Sean DiZazzo
On Dec 13, 8:46 pm, Waldemar Osuch [EMAIL PROTECTED] wrote: On Dec 13, 7:52 pm, Sean DiZazzo [EMAIL PROTECTED] wrote: I have a another question... using elementtree, is there a proper way to get at the data '123456789' in this tag? 'id 123456789 /' I tried making it an element, but