blob: e35fb90bcf201b1efdd0db06c411bcfd7ff3b40f [file] [log] [blame]
ooxml.word.get
#item input.docx
##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:pPr>
<w:pStyle w:val="ListParagraph"/>
<w:numPr>
<w:ilvl w:val="0"/>
<w:numId w:val="1"/>
</w:numPr>
</w:pPr>
<w:bookmarkStart w:id="0" w:name="_GoBack"/>
<w:bookmarkEnd w:id="0"/>
<w:r>
<w:t>One</w:t>
</w:r>
</w:p>
<w:p>
<w:pPr>
<w:ind w:left="360"/>
</w:pPr>
</w:p>
<w:p>
<w:pPr>
<w:pStyle w:val="ListParagraph"/>
<w:numPr>
<w:ilvl w:val="0"/>
<w:numId w:val="1"/>
</w:numPr>
</w:pPr>
<w:r>
<w:t>Two</w:t>
</w:r>
</w:p>
<w:p>
<w:pPr>
<w:ind w:left="360"/>
</w:pPr>
</w:p>
<w:p>
<w:pPr>
<w:pStyle w:val="ListParagraph"/>
<w:numPr>
<w:ilvl w:val="0"/>
<w:numId w:val="1"/>
</w:numPr>
</w:pPr>
<w:r>
<w:t>Three</w:t>
</w:r>
</w:p>
<w:p>
<w:pPr>
<w:ind w:left="360"/>
</w:pPr>
</w:p>
<w:p>
<w:pPr>
<w:ind w:left="360"/>
</w:pPr>
</w:p>
<w:p/>
<w:p/>
<w:p>
<w:r>
<w:t>End</w:t>
</w:r>
</w:p>
<w:sectPr>
<w:pgSz w:h="16840" w:w="11900"/>
<w:pgMar w:bottom="1440" w:footer="708" w:gutter="0" w:header="708" w:left="1800" w:right="1800" w:top="1440"/>
<w:cols w:space="708"/>
</w:sectPr>
</w:body>
</w:document>
##item styles.xml
#include "styles.xml"
##item numbering.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<w:numbering xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main">
<w:abstractNum w:abstractNumId="0">
#include "abstract.inc"
</w:abstractNum>
<w:num w:numId="1">
<w:abstractNumId w:val="0"/>
</w:num>
</w:numbering>
#item expected
<!DOCTYPE html>
<html id="word1">
<head>
<meta charset="utf-8"/>
<link href="reset.css" rel="stylesheet"/>
<style>
#include "common.css"
</style>
</head>
<body id="word2">
<ol style="list-style-type: decimal">
<li>
<p class="List_Paragraph" id="word3">
<span id="word11">One</span>
</p>
<p class="Normal" id="word14">
<br/>
</p>
</li>
<li>
<p class="List_Paragraph" id="word17">
<span id="word23">Two</span>
</p>
<p class="Normal" id="word26">
<br/>
</p>
</li>
<li>
<p class="List_Paragraph" id="word29">
<span id="word35">Three</span>
</p>
<p class="Normal" id="word38">
<br/>
</p>
<p class="Normal" id="word41">
<br/>
</p>
</li>
</ol>
<p class="Normal" id="word44">
<br/>
</p>
<p class="Normal" id="word45">
<br/>
</p>
<p class="Normal" id="word46">
<span id="word47">End</span>
</p>
</body>
</html>