Re: [libxml-devel] How to loop through element attributes?

2006-05-19 Thread Ross Bamford
On Thu, 18 May 2006 19:57:13 +0100, Ben Davis <[EMAIL PROTECTED]> wrote: > Hi, I'm using libxml-ruby in my app, and there's a point where I need to > loop through all the attributes in a particular element node. I've tried > the following (assuming I have the correct node object called "node"):

Re: [libxml-devel] A couple suggested updates...

2006-05-19 Thread Ross Bamford
On Sun, 14 May 2006 06:56:47 +0100, Mark Van Holstyn <[EMAIL PROTECTED]> wrote: > Hey everyone, > > I had a little time today and made a couple of more changes to > XML::Node. I > changed [], []=, and new to all accept symbols OR string, rather than > just > strings. Does this seems like goo