Re: [XML-SIG] minidom: read value from text node

2004-12-13 Thread Chuck Bearden
> # searches the year and the defoliation value in the instance file and > copies the > # element defoliation > def copyDynamicProperties(self): > """copies the dyn properties from a GML3 instance file.""" > # looks for elements with the tag defol > defolNodelist = self.

[XML-SIG] minidom: read value from text node

2004-12-13 Thread Daniel Isenegger
Hi, i work with the PyXML modul an use minidom to process xml data: In need to get data from text nodes and found an example of functionality in the book O'Reilly-book from C.Jones: Python & XML (S.101) # searches the year and the defoliation value in the instance file and copies the # element