blob: bbc5729fe80095c8727f35ac5d3dc36b416e0ffe [file] [log] [blame]
ooxml.word.create
#item input.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
no parent
<p>paragraph</p>
<footer>
<p>footer, paragraph</p>
</footer>
<footer>
<footer>
<p>footer, footer, paragraph</p>
</footer>
</footer>
<footer>footer</footer>
<footer>
<footer>footer, footer</footer>
</footer>
</body>
</html>
#item expected
##item document.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<w:document xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main">
<w:body>
<w:p>
<w:r>
<w:t>no parent</w:t>
</w:r>
</w:p>
<w:p>
<w:r>
<w:t>paragraph</w:t>
</w:r>
</w:p>
<w:p>
<w:r>
<w:t>footer, paragraph</w:t>
</w:r>
</w:p>
<w:p>
<w:r>
<w:t>footer, footer, paragraph</w:t>
</w:r>
</w:p>
<w:p>
<w:r>
<w:t>footer</w:t>
</w:r>
</w:p>
<w:p>
<w:r>
<w:t>footer, footer</w:t>
</w:r>
</w:p>
<w:sectPr>
<w:pgSz w:h="16840" w:w="11900"/>
<w:pgMar w:bottom="1190" w:left="1190" w:right="1190" w:top="1190"/>
</w:sectPr>
</w:body>
</w:document>
##item styles.xml
#include "styles.xml"