1
0
mirror of https://github.com/fumiama/go-docx.git synced 2026-06-11 11:04:54 +08:00

add: xmlns:wp14 in Document

This commit is contained in:
源文雨
2023-02-15 14:10:48 +08:00
parent 9a504d59dc
commit d10c5b0cb3
6 changed files with 15 additions and 10 deletions

View File

@@ -11,9 +11,10 @@ func newEmptyFile() *Docx {
XMLName: xml.Name{
Space: "w",
},
XMLW: XMLNS_W,
XMLR: XMLNS_R,
XMLWP: XMLNS_WP,
XMLW: XMLNS_W,
XMLR: XMLNS_R,
XMLWP: XMLNS_WP,
XMLWP14: XMLNS_WP14,
Body: &Body{
XMLName: xml.Name{
Space: "w",