blob: e64913b4d639d7a3233bdf4c60b41e1f655c3f5c [file] [log] [blame]
ooxml.word.get
#item input.docx
##item document.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<w:document xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml">
<w:body>
<w:p>
<w:r>
<w:t>Embedded equation</w:t>
</w:r>
</w:p>
<w:p>
<w:r>
<w:rPr>
<w:position w:val="-26"/>
</w:rPr>
<w:object w:dxaOrig="1100" w:dyaOrig="680">
<v:shape o:ole="" id="_x0000_i1032" style="width:55pt;height:34pt" type="#_x0000_t75">
<v:imagedata o:title="" r:id="rId7"/>
</v:shape>
<o:OLEObject ProgID="Equation.3" Type="Embed" r:id="rId8" ShapeID="_x0000_i1032" DrawAspect="Content" ObjectID="_1296059236"/>
</w:object>
</w:r>
</w:p>
<w:p>
<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 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">
<p class="Normal" id="word3">
<span id="word4">Embedded equation</span>
</p>
<figure id="word7">
<span id="word8"><span class="uxwrite-placeholder" id="word11">[Unsupported object: Equation.3]</span></span>
</figure>
<p class="Normal" id="word15">
<br/>
</p>
</body>
</html>