From: Tim Perrett Date: 2007-07-27T07:57:01+09:00 Subject: Re: Processing a huge xml file Hey all thanks for your replys! The file in question is actually an XSD file, so I think your right, XML::Schema.new() would use DOM parsing. Does lixml even suport stream parsing? I cant seem to find a great deal on it... Has anyone ever had any experience with such a large XSD? I cant think there would be a way of validating the instance xml without the XSD being held in memory to then check against? How do things like xerces manage it with java? I fear i might be wanting the imposible! lol Cheers -Tim -- Posted via http://www.ruby-forum.com/.