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