blob: 8be53fb2ad9d53e3efc741607c0b8764d45e8571 [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:r>
<w:t>Item [1]</w:t>
</w:r>
</w:p>
<w:p/>
<w:p>
<w:pPr>
<w:pStyle w:val="ListParagraph"/>
<w:numPr>
<w:ilvl w:val="1"/>
<w:numId w:val="1"/>
</w:numPr>
</w:pPr>
<w:r>
<w:t>Item [2]</w:t>
</w:r>
</w:p>
<w:p/>
<w:p>
<w:pPr>
<w:pStyle w:val="ListParagraph"/>
<w:numPr>
<w:ilvl w:val="1"/>
<w:numId w:val="1"/>
</w:numPr>
</w:pPr>
<w:r>
<w:t>Item [3]</w:t>
</w:r>
</w:p>
<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>Item [4]</w:t>
</w:r>
</w:p>
<w:p/>
<w:p>
<w:pPr>
<w:pStyle w:val="ListParagraph"/>
<w:numPr>
<w:ilvl w:val="1"/>
<w:numId w:val="1"/>
</w:numPr>
</w:pPr>
<w:r>
<w:t>Item [5]</w:t>
</w:r>
</w:p>
<w:p/>
<w:p>
<w:pPr>
<w:pStyle w:val="ListParagraph"/>
<w:numPr>
<w:ilvl w:val="1"/>
<w:numId w:val="1"/>
</w:numPr>
</w:pPr>
<w:r>
<w:t>Item [6]</w:t>
</w:r>
<w:bookmarkStart w:id="0" w:name="_GoBack"/>
<w:bookmarkEnd w:id="0"/>
</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="word9">Item [1]</span>
</p>
<p class="Normal" id="word12">
<br/>
</p>
<ol style="list-style-type: lower-alpha">
<li>
<p class="List_Paragraph" id="word13">
<span id="word19">Item [2]</span>
</p>
<p class="Normal" id="word22">
<br/>
</p>
</li>
<li>
<p class="List_Paragraph" id="word23">
<span id="word29">Item [3]</span>
</p>
<p class="Normal" id="word32">
<br/>
</p>
</li>
</ol>
</li>
<li>
<p class="List_Paragraph" id="word33">
<span id="word39">Item [4]</span>
</p>
<p class="Normal" id="word42">
<br/>
</p>
<ol style="list-style-type: lower-alpha">
<li>
<p class="List_Paragraph" id="word43">
<span id="word49">Item [5]</span>
</p>
<p class="Normal" id="word52">
<br/>
</p>
</li>
<li>
<p class="List_Paragraph" id="word53">
<span id="word59">Item [6]</span>
</p>
</li>
</ol>
</li>
</ol>
</body>
</html>