From e49aee3e2f700569a519c5346746d239a05383cf Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Sun, 28 Apr 2013 12:55:46 +0900 Subject: Refactored and renamed space preservation preserve_spaces has been moved to the workbook and renamed xml_space as that provides a good reference for people trying to figure out what it does, and let's the author specify space preservation for serializations using the shared strings table as well as the default inline serialization in cells. --- lib/schema/sml.xsd | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/schema') diff --git a/lib/schema/sml.xsd b/lib/schema/sml.xsd index fa396e80..f3994e0a 100644 --- a/lib/schema/sml.xsd +++ b/lib/schema/sml.xsd @@ -13,6 +13,8 @@ + + @@ -2213,6 +2215,7 @@ + -- cgit v1.2.3 From 7caf2ea9dfe92fa418f40132ea3c94d3da109f2c Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Tue, 14 May 2013 18:17:42 +0100 Subject: correct shared strings table xml:space attribute parsing and schema --- lib/axlsx/workbook/shared_strings_table.rb | 2 +- lib/schema/sml.xsd | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/schema') diff --git a/lib/axlsx/workbook/shared_strings_table.rb b/lib/axlsx/workbook/shared_strings_table.rb index f1bee3ae..7c08205e 100644 --- a/lib/axlsx/workbook/shared_strings_table.rb +++ b/lib/axlsx/workbook/shared_strings_table.rb @@ -49,7 +49,7 @@ module Axlsx def to_xml_string(str='') str << '' << @shared_xml_string << '' end private diff --git a/lib/schema/sml.xsd b/lib/schema/sml.xsd index f3994e0a..3a67d0f2 100644 --- a/lib/schema/sml.xsd +++ b/lib/schema/sml.xsd @@ -1799,6 +1799,7 @@ + -- cgit v1.2.3