Re: python/libxml2dom questions

2006-07-01 Thread Stefan Behnel
bruce wrote: > in playing around with the test python app (see below) i've got a couple of > basic questions. i can't seem to find the answers via google, and when i've > looked in the libxml2dom stuff that i downloaded i didn't see answers > either... > > for the list in the "for label in d.xpath

RE: python/libxml2dom questions

2006-07-01 Thread bruce
/libxml2dom questions "bruce" <[EMAIL PROTECTED]> wrote: > also, how can i determine what methods are available for a libxml2dom > object? Have you tried dir(object)? It works great on the command-line reply-eval-print loop. -- Barry -- http://barrkel.blogspot.com/ --

Re: python/libxml2dom questions

2006-07-01 Thread Barry Kelly
"bruce" <[EMAIL PROTECTED]> wrote: > also, how can i determine what methods are available for a libxml2dom > object? Have you tried dir(object)? It works great on the command-line reply-eval-print loop. -- Barry -- http://barrkel.blogspot.com/ -- http://mail.python.org/mailman/listinfo/python

Re: python/libxml2dom questions

2006-07-01 Thread Paul McGuire
"bruce" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > hi paul... > > in playing around with the test python app (see below) i've got a couple of > basic questions. i can't seem to find the answers via google, and when i've > looked in the libxml2dom stuff that i downloaded i didn't

python/libxml2dom questions

2006-07-01 Thread bruce
hi paul... in playing around with the test python app (see below) i've got a couple of basic questions. i can't seem to find the answers via google, and when i've looked in the libxml2dom stuff that i downloaded i didn't see answers either... for the list in the "for label in d.xpath" how can i f

python/libxml2dom questions

2006-07-01 Thread bruce
hi paul... in playing around with the test python app (see below) i've got a couple of basic questions. i can't seem to find the answers via google, and when i've looked in the libxml2dom stuff that i downloaded i didn't see answers either... for the list in the "for label in d.xpath" how can i f