Re: [libxml-devel] Announcing libxml-ruby 1.0.0

2009-03-08 Thread Chris McGrath
2009/3/7 Charlie Savage : > I'm happy to announce the release of libxml-ruby 1.0.0 (finally!). Great news! Thanks to you and everyone who contributed for all your hard work on this. Cheers, Chris ___ libxml-devel mailing list libxml-devel@rubyforge.org

Re: [libxml-devel] Validating xml in a string

2008-04-24 Thread Chris McGrath
I've been playing around with XML::Parser recently, and during my irbing I discovered you need to do p.parse before the context is created. Chris On 22 Apr 2008, at 11:06, dwTwiLighT a.k.a. dwCyMpaK wrote: > Greetings. > I want to check if xml received by my application (made with RoR and >

Re: [libxml-devel] Memory Leaks

2007-06-12 Thread Chris McGrath
On 11 Jun 2007, at 20:07, Tom Hughes wrote: > That was the point - my patches never made it to the list because > they were held for moderation and they still haven't been approved. Stick them up on http://pastie.caboo.se and post the links here. Cheers, Chris _

Re: [libxml-devel] Memory leaks

2007-04-18 Thread Chris McGrath
On 18 Apr 2007, at 15:13, stefan lauer wrote: > Hi, > > I workaround it by read the file in with the native Rubyclass File. > > I do it on this way: > > file = File.new(@xmlfile) > parser.io = file > @doc = parser.parse > > This helps for me. I'm using it to create XML though,

[libxml-devel] Memory leaks

2007-04-18 Thread Chris McGrath
Hi there, Just been looking into using libxml-ruby to generate some largish feeds for our clients (5000 records in a feed). It's obviously faster than XmlBuilder, but I'm running into the same problem as reported in [1]. Has there been any progress on this? Is there anything I can do to s