kj7ny wrote:
> Forgot to mention I'm using Python 2.4.3.
You can install both lxml and ET on Python 2.4 (and 2.3). It's just that ET
went into the stdlib from 2.5 on.
Stefan
--
http://mail.python.org/mailman/listinfo/python-list
Forgot to mention I'm using Python 2.4.3.
--
http://mail.python.org/mailman/listinfo/python-list
On 27 Sep, 07:50, kj7ny <[EMAIL PROTECTED]> wrote:
> I have been able to get xml.dom.minidom.parse('somefile.xml') and then
> dom.getElementsByTagName('LLobjectID') to work to the point where I
> get something like: [] which I
> can get down to but then I
> can't find any way to just get the value
kj7ny wrote:
> I have been able to get xml.dom.minidom.parse('somefile.xml') and then
> dom.getElementsByTagName('LLobjectID') to work to the point where I
> get something like: [] which I
> can get down to but then I
> can't find any way to just get the value out from the thing!
>
> .toxml() ret
I have been able to get xml.dom.minidom.parse('somefile.xml') and then
dom.getElementsByTagName('LLobjectID') to work to the point where I
get something like: [] which I
can get down to but then I
can't find any way to just get the value out from the thing!
.toxml() returns something like: u''.