Re: [libxml-devel] Malloc problem when using Schema.new()

2007-07-30 Thread Tim Perrett
Thats interesting, so you think the issue lay with ruby and not libxml? Ive done stuff with cocoa on OSX, but not straight C. Any pointers how I might be able to test if its the ruby binding? I am afraid im not familiar with straight C. I've done stuff with objective-c on OSX however if tha

Re: [libxml-devel] Malloc problem when using Schema.new()

2007-07-30 Thread TRANS
On 7/30/07, Tim Perrett <[EMAIL PROTECTED]> wrote: > Thats interesting, so you think the issue lay with ruby and not > libxml? Possibly, though I suspect the bindings themselves more. But I have no sure idea, which is why I'm wondering. > Ive done stuff with cocoa on OSX, but not straight C. Any

Re: [libxml-devel] Malloc problem when using Schema.new()

2007-07-30 Thread Tim Perrett
In terms of whats going on under the hood with Schema.new()... XSD is obviously just xml so I would imagine its parsed as per any other file? Is there anything additional that goes on when you call Schema.new? Also, I have had other people tell me that the problem is due to libxml-ruby try