mirror of
https://github.com/fumiama/go-docx.git
synced 2026-06-05 07:40:24 +08:00
shrink xmlns
This commit is contained in:
@@ -3,7 +3,7 @@ package docxlib
|
||||
import "encoding/xml"
|
||||
|
||||
const (
|
||||
XMLNS = `http://schemas.openxmlformats.org/package/2006/relationships`
|
||||
XMLNS_REL = `http://schemas.openxmlformats.org/package/2006/relationships`
|
||||
REL_HYPERLINK = `http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink`
|
||||
|
||||
REL_TARGETMODE = "External"
|
||||
|
||||
Reference in New Issue
Block a user