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
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
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
On 7/26/07, Tim Perrett <[EMAIL PROTECTED]> wrote:
> Hey all
>
> My apologies for posting this to the devel mailing list, but there
> didnt seem to be any other type of list for libxml.
> I have a schema that I want to read it using XML::Schema.new('path/to/
> file.xsd') however when I do that with