blob: d895e04a920024b4ae69ae5309123f948e342a6b [file] [log] [blame]
ooxml.word.put
#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:jc w:val="both"/>
</w:pPr>
<w:smartTag w:element="place" w:uri="urn:schemas-microsoft-com:office:smarttags">
<w:smartTag w:element="City" w:uri="urn:schemas-microsoft-com:office:smarttags">
<w:r>
<w:t>Ajmer</w:t>
</w:r>
</w:smartTag>
</w:smartTag>
<w:r>
<w:t xml:space="preserve"> Singh Randhawa</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 input.html
<!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" style="text-align: justify">
<span class="uxwrite-container" id="word6"><span class="uxwrite-container" id="word7"><span id="word8">Ajmer</span></span></span><span id="word11"> Singh Randhawa</span>
</p>
</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:pPr>
<w:jc w:val="both"/>
</w:pPr>
<w:smartTag w:element="place" w:uri="urn:schemas-microsoft-com:office:smarttags">
<w:smartTag w:element="City" w:uri="urn:schemas-microsoft-com:office:smarttags">
<w:r>
<w:t>Ajmer</w:t>
</w:r>
</w:smartTag>
</w:smartTag>
<w:r>
<w:t xml:space="preserve"> Singh Randhawa</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"