lib/xmldsig/transforms/canonicalize.rb in xmldsig-0.5.0 vs lib/xmldsig/transforms/canonicalize.rb in xmldsig-0.5.1
- old
+ new
@@ -15,10 +15,10 @@
def inclusive_namespaces
inclusive_namespaces = transform_node.at_xpath("descendant::ec:InclusiveNamespaces", Xmldsig::NAMESPACES)
if inclusive_namespaces && inclusive_namespaces.has_attribute?("PrefixList")
inclusive_namespaces.get_attribute("PrefixList").to_s.split(" ")
else
- []
+ nil
end
end
end
end
end