lib/xmlenc/builder/data_reference.rb in xmlenc-0.1.5 vs lib/xmlenc/builder/data_reference.rb in xmlenc-0.1.6
- old
+ new
@@ -6,9 +6,9 @@
tag "DataReference"
register_namespace "xenc", Xmlenc::NAMESPACES[:xenc]
namespace "xenc"
- attribute :uri, String, tag: "URI"
+ attribute :uri, String, :tag => "URI"
end
end
end
\ No newline at end of file