Story#118822101 - xmlns root element is type of object

This commit is contained in:
Vladimir Krylov 2016-06-21 19:38:59 +03:00
parent 2f0182b083
commit 58bdbb3f73

View file

@ -4,7 +4,7 @@ xml.epp_head do
xml.result('code' => x[:code]) do
xml.msg(x[:msg], 'lang' => 'en')
xml.value('xmlns:obj' => 'urn:ietf:params:xml:ns:obj') do
xml.value("xmlns:#{controller.controller_name}" => 'https://epp.tld.ee/schema/all-ee-1.0.xsd') do
value = x[:value][:val]
attrs = {}
attrs["s"] = value if x[:value][:obj] == "status"