openxml: Added additional schemas to document tag.
This commit is contained in:
parent
75b0d77e82
commit
17d06ab6af
1 changed files with 7 additions and 2 deletions
|
@ -1,7 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<w:document xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
|
||||
<w:document
|
||||
xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
|
||||
xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
|
||||
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships">
|
||||
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
|
||||
xmlns:o="urn:schemas-microsoft-com:office:office"
|
||||
xmlns:v="urn:schemas-microsoft-com:vml"
|
||||
xmlns:w10="urn:schemas-microsoft-com:office:word"
|
||||
xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" >
|
||||
<w:body>
|
||||
$body$
|
||||
</w:body>
|
||||
|
|
Loading…
Add table
Reference in a new issue