mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 08:43:37 +02:00
Replace schema namespace "urn:ietf:params:xml:ns:epp-1.0" with "epp.tld.ee/schema/epp-ee-1.0.xsd";
#251
This commit is contained in:
parent
98b1125be5
commit
7c1e030f45
33 changed files with 623 additions and 623 deletions
|
@ -4,9 +4,9 @@ class Builder::XmlMarkup
|
|||
def epp_head
|
||||
self.instruct!
|
||||
epp(
|
||||
'xmlns' => 'urn:ietf:params:xml:ns:epp-1.0',
|
||||
'xmlns' => 'https://epp.tld.ee/schema/epp-ee-1.0.xsd',
|
||||
'xmlns:xsi' => 'http://www.w3.org/2001/XMLSchema-instance',
|
||||
'xsi:schemaLocation' => 'urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd'
|
||||
'xsi:schemaLocation' => 'https://epp.tld.ee/schema/epp-ee-1.0.xsd epp-1.0.xsd'
|
||||
) do
|
||||
yield
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue