I was putting off posting this but I've decided to cover all bases. I'm using the libxml ruby bindings under windows courtesy of the compilation available from http://www.movesonrails.com/articles/2007/10/09/libxml-ruby-and-windows
However, when using the library, I'm getting an error, which appears to intermittent. "This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information." Googling this error refers to a whole lot of Microsoft related errors which leads me to believe that the something has happened during compilation of library. On the off chance that this error has happened to someone else, please reply so that I don't feel inclined to try and compile xmllib using Visual Studio myself. The error appears to be intermittent in that if I have some code that parses an XML file, loads a schema, validates against the schema and then does some simple dom traversal, then I will get the error about 2 out of 5 times. If I load another XML file further into the program, then I will likely always get the error, and the chances are it stuffs something up. Cheers to anyone who is familar with this. _______________________________________________ libxml-devel mailing list libxml-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/libxml-devel