Story #109070924 - change EPP to use all.xsd, requires prior commit that provides all.xsd

This commit is contained in:
Matt Farnsworth 2015-11-30 11:42:27 +02:00
parent 1ac33f1df6
commit f3a91873f3
2 changed files with 2 additions and 7 deletions

View file

@ -1,3 +1 @@
EPP_SCHEMA = Nokogiri::XML::Schema(File.read("lib/schemas/epp-1.0.xsd"))
DOMAIN_SCHEMA = Nokogiri::XML::Schema(File.read("lib/schemas/domain-eis-1.0.xsd"))
CONTACT_SCHEMA = Nokogiri::XML::Schema(File.read("lib/schemas/contact-eis-1.0.xsd"))
EPP_ALL_SCHEMA = Nokogiri::XML::Schema(File.read("lib/schemas/all-ee-1.0.xsd"))