Re: xml minidom redundant children??

2007-03-01 Thread Gabriel Genellina
En Thu, 01 Mar 2007 15:46:53 -0300, <[EMAIL PROTECTED]> escribió: > As a newbie, I'm trying to simply parse a xml file using minidom, but > I don't know why I get some extra children(?). I don't know what is > wrong in xml file, but I've tried different xml files, still same > problem. If you don

Re: xml minidom redundant children??

2007-03-01 Thread MonkeeSage
On Mar 1, 12:46 pm, [EMAIL PROTECTED] wrote: > As a newbie, I'm trying to simply parse a xml file using minidom, but > I don't know why I get some extra children(?). I don't know what is > wrong in xml file, but I've tried different xml files, still same > problem. Most simply, if you need to stic

Re: xml minidom redundant children??

2007-03-01 Thread Diez B. Roggisch
[EMAIL PROTECTED] schrieb: > Great guys: > > As a newbie, I'm trying to simply parse a xml file using minidom, but > I don't know why I get some extra children(?). I don't know what is > wrong in xml file, but I've tried different xml files, still same > problem. > > *

Re: xml minidom redundant children??

2007-03-01 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, bkamrani wrote: > ** >xml file (fileTest) looks like: > > http://python.org/:aaa"; xmlns:afc="http:// > python.org/:foo"> > > > > > > > **

xml minidom redundant children??

2007-03-01 Thread bkamrani
Great guys: As a newbie, I'm trying to simply parse a xml file using minidom, but I don't know why I get some extra children(?). I don't know what is wrong in xml file, but I've tried different xml files, still same problem.