On Tue, Dec 16, 2014 at 11:30 PM, Abubakar Roko
wrote:
>
> Good day,
>
> Please I am new in using python to write program. I am trying to parse an
XML document using sax parse and store the parsed result in a tree like
defined
> below. XNode class define an xml element which has an ID , a tag, a
Hi,
Abubakar Roko schrieb am 17.12.2014 um 07:30:
> Please I am new in using python to write program. I am trying to parse an XML
> document using sax parse and store the parsed result in a tree like
> definedbelow. XNode class define an xml element which has an ID , a tag, a
> text value, chi
Good day,
Please I am new in using python to write program. I am trying to parse an XML
document using sax parse and store the parsed result in a tree like
definedbelow. XNode class define an xml element which has an ID , a tag, a text
value, children element and a parent element