From 7026a84644cd3fc7dad8c831315bf03dd2493f2a Mon Sep 17 00:00:00 2001 From: "RĂ´mulo A. Ceccon" Date: Wed, 30 Sep 2015 16:29:32 -0300 Subject: Fix core rels namespace The correct core rels namespace is http://schemas.openxmlformats.org/package/..., and not http://schemas.openxmlformats.org/officeDocument/... --- lib/axlsx/util/constants.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/axlsx/util/constants.rb b/lib/axlsx/util/constants.rb index ea9b1ceb..64bae270 100644 --- a/lib/axlsx/util/constants.rb +++ b/lib/axlsx/util/constants.rb @@ -67,7 +67,7 @@ module Axlsx APP_R = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties".freeze # core rels namespace - CORE_R = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/metadata/core-properties".freeze + CORE_R = "http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties".freeze # digital signature rels namespace DIGITAL_SIGNATURE_R = "http://schemas.openxmlformats.org/package/2006/relationships/digital- signature/signature".freeze -- cgit v1.2.3