Reputation: 11
I'm using Nokogiri gem. When it validates an xml, it reads the related schemas from local filesystem (in my case).
Is it possible to intercept reading of noNamespaceSchemaLocation/schemaLocation to supply them by my own way (e.g. from a database) ? Thanks.
Upvotes: 1
Views: 100