Added openxml template (writer still not implemented).

This commit is contained in:
John MacFarlane 2012-01-03 12:09:31 -08:00
parent 04e35de2de
commit aaaaf8e94e

6
default.openxml Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<w:document xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main">
<w:body>
$body$
</w:body>
</w:document>