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
thanks barry... now if i can figure out what the attributes do, and which ones i need to deal with!! -bruce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Barry Kelly Sent: Saturday, July 01, 2006 10:24 PM To: python-list@python.org Subject: Re: python

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