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

2006-05-28 Thread Ross Bamford
On Sun, 14 May 2006 06:56:47 +0100, Mark Van Holstyn <[EMAIL PROTECTED]> wrote: > I changed [], []=, and new to all accept symbols OR string, rather than > just strings. Does this seems like good functionality to anyone else? > Attatched is the patch should you find this functionality useful

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

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

2006-05-13 Thread Mark Van Holstyn
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 good functionality to anyone else? Attatched is the patch should you find this functionality useful. Than