mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Update schema location from "https://epp.tld.ee/schema/epp-ee-1.0.xsd epp-1.0.xsd" to "lib/schemas/epp-ee-1.0.xsd"
#251
This commit is contained in:
parent
7c1e030f45
commit
d22b654a76
2 changed files with 287 additions and 287 deletions
File diff suppressed because it is too large
Load diff
|
@ -6,7 +6,7 @@ class Builder::XmlMarkup
|
||||||
epp(
|
epp(
|
||||||
'xmlns' => 'https://epp.tld.ee/schema/epp-ee-1.0.xsd',
|
'xmlns' => 'https://epp.tld.ee/schema/epp-ee-1.0.xsd',
|
||||||
'xmlns:xsi' => 'http://www.w3.org/2001/XMLSchema-instance',
|
'xmlns:xsi' => 'http://www.w3.org/2001/XMLSchema-instance',
|
||||||
'xsi:schemaLocation' => 'https://epp.tld.ee/schema/epp-ee-1.0.xsd epp-1.0.xsd'
|
'xsi:schemaLocation' => 'lib/schemas/epp-ee-1.0.xsd'
|
||||||
) do
|
) do
|
||||||
yield
|
yield
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue