mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Bound the 'myns' XML namespace to keep Nokogiri on JRuby happy.
It appears JRuby's Nokogiri implementation is strict about using unbound XML namespaces. Since a well-formed doc should have bound namespaces, I just added it here.
This commit is contained in:
parent
9b0de600be
commit
ee7d1d736c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ posuere eu odio. Donec sodales, ante porta condimentum
|
|||
}
|
||||
|
||||
@xmlNS = %{
|
||||
<myns:MyResponse>
|
||||
<myns:MyResponse xmlns:myns="http://www.example.com/">
|
||||
<myns:MyObject>
|
||||
<myns:key1>value1</myns:key1>
|
||||
<myns:key2>value2</myns:key2>
|
||||
|
|
Loading…
Add table
Reference in a new issue