gmerzu
gmerzu

Reputation: 11

How to resolve XML/XSD schemaLocation attribute to read from database with Nokogiri

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

Answers (0)

Related Questions