Re: [XML-SIG] Excel (XML): how retrieve contents of cell

2005-06-03 Thread T. Peter Herndon
On Jun 3, 2005, at 4:50 PM, Leon Stevens wrote: > 1. I'm comparatively new to Python, very new to XML > 2. Running Python 2.3, with pyXML. > 3. Using dom, and following example in "Python in a Nutshell", I've > coded a > successfully running parse of a worksheet. > 4. How do I access the conten

[XML-SIG] Excel (XML): how retrieve contents of cell

2005-06-03 Thread Leon Stevens
1. I'm comparatively new to Python, very new to XML 2. Running Python 2.3, with pyXML. 3. Using dom, and following example in "Python in a Nutshell", I've coded a successfully running parse of a worksheet. 4. How do I access the contents of a cell (say, C3) from the XML tree? The next question will