Re: [Tutor] how to get the content of an XML elements.

2006-04-05 Thread Kent Johnson
Keo Sophon wrote: > On Sunday 02 April 2006 04:47, Kent Johnson wrote: >> Alan Gauld wrote: >>> "Keo Sophon" <[EMAIL PROTECTED]> wrote in message >>> news:[EMAIL PROTECTED] >>> Is there anyway to get the content of an XML elements. I am using xml.dom. >>> For true XML I think ElemTree (by

Re: [Tutor] how to get the content of an XML elements.

2006-04-05 Thread Keo Sophon
On Sunday 02 April 2006 04:47, Kent Johnson wrote: > Alan Gauld wrote: > > "Keo Sophon" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > >>Is there anyway to get the content of an XML elements. I am using > >> xml.dom. > > > > For true XML I think ElemTree (by Fred Lundh?) is

Re: [Tutor] how to get the content of an XML elements.

2006-04-01 Thread Kent Johnson
Alan Gauld wrote: > "Keo Sophon" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > >>Is there anyway to get the content of an XML elements. I am using xml.dom. > > > For true XML I think ElemTree (by Fred Lundh?) is the best approach. > Try a Google search. Yes, it's ElementT

Re: [Tutor] how to get the content of an XML elements.

2006-04-01 Thread Alan Gauld
"Keo Sophon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Is there anyway to get the content of an XML elements. I am using xml.dom. For true XML I think ElemTree (by Fred Lundh?) is the best approach. Try a Google search. Kent uses it as I recall. Alan G. __