openxml: Added xmlns for relationships.

This commit is contained in:
John MacFarlane 2012-01-07 20:50:06 -08:00
parent 1003f88e61
commit 75b0d77e82

View file

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