mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 23:42:04 +02:00
Story #109070924 - change EPP to use all.xsd, requires prior commit that provides all.xsd
This commit is contained in:
parent
1ac33f1df6
commit
f3a91873f3
2 changed files with 2 additions and 7 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue