blob: c4f70767ba37f784a6909d016ddebe0ef9438764 [file] [log] [blame]
ooxml.word.create
#item input.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
no parent
<p>paragraph</p>
<hgroup>
<p>hgroup, paragraph</p>
</hgroup>
<hgroup>
<hgroup>
<p>hgroup, hgroup, paragraph</p>
</hgroup>
</hgroup>
<hgroup>hgroup</hgroup>
<hgroup>
<hgroup>hgroup, hgroup</hgroup>
</hgroup>
</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>hgroup, paragraph</w:t>
</w:r>
</w:p>
<w:p>
<w:r>
<w:t>hgroup, hgroup, paragraph</w:t>
</w:r>
</w:p>
<w:p>
<w:r>
<w:t>hgroup</w:t>
</w:r>
</w:p>
<w:p>
<w:r>
<w:t>hgroup, hgroup</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"