@@ -15,9 +15,10 @@ import "encoding/xml"
15
15
16
16
// Source relationship and namespace.
17
17
var (
18
- SourceRelationship = xml.Attr {Name : xml.Name {Local : "r" , Space : "xmlns" }, Value : "http://schemas.openxmlformats.org/officeDocument/2006/relationships" }
19
- NameSpaceSpreadSheet = xml.Attr {Name : xml.Name {Local : "xmlns" }, Value : "http://schemas.openxmlformats.org/spreadsheetml/2006/main" }
20
- NameSpaceSpreadSheetX14 = xml.Attr {Name : xml.Name {Local : "x14" , Space : "xmlns" }, Value : "http://schemas.microsoft.com/office/spreadsheetml/2009/9/main" }
18
+ SourceRelationship = xml.Attr {Name : xml.Name {Local : "r" , Space : "xmlns" }, Value : "http://schemas.openxmlformats.org/officeDocument/2006/relationships" }
19
+ SourceRelationshipCompatibility = xml.Attr {Name : xml.Name {Local : "mc" , Space : "xmlns" }, Value : "http://schemas.openxmlformats.org/markup-compatibility/2006" }
20
+ NameSpaceSpreadSheet = xml.Attr {Name : xml.Name {Local : "xmlns" }, Value : "http://schemas.openxmlformats.org/spreadsheetml/2006/main" }
21
+ NameSpaceSpreadSheetX14 = xml.Attr {Name : xml.Name {Local : "x14" , Space : "xmlns" }, Value : "http://schemas.microsoft.com/office/spreadsheetml/2009/9/main" }
21
22
)
22
23
23
24
// Source relationship and namespace.
@@ -39,7 +40,6 @@ const (
39
40
SourceRelationshipChart201506 = "http://schemas.microsoft.com/office/drawing/2015/06/chart"
40
41
SourceRelationshipChart20070802 = "http://schemas.microsoft.com/office/drawing/2007/8/2/chart"
41
42
SourceRelationshipChart2014 = "http://schemas.microsoft.com/office/drawing/2014/chart"
42
- SourceRelationshipCompatibility = "http://schemas.openxmlformats.org/markup-compatibility/2006"
43
43
NameSpaceDrawingML = "http://schemas.openxmlformats.org/drawingml/2006/main"
44
44
NameSpaceDrawingMLChart = "http://schemas.openxmlformats.org/drawingml/2006/chart"
45
45
NameSpaceDrawingMLSpreadSheet = "http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing"
0 commit comments