docx-rs/docx-core/tests/output/word/document.xml

41 lines
1.4 KiB
XML
Raw Normal View History

2019-11-13 09:08:25 +02:00
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<w:document xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
xmlns:w10="urn:schemas-microsoft-com:office:word"
xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing"
xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape"
xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing"
xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" mc:Ignorable="w14 wp14">
<w:body>
<w:p>
<w:pPr>
<w:pStyle w:val="Normal" />
<w:rPr />
</w:pPr>
2019-12-05 09:00:32 +02:00
<w:commentRangeStart w:id="1" />
2019-11-13 09:08:25 +02:00
<w:r>
2019-12-05 09:00:32 +02:00
<w:rPr>
<w:highlight w:val="cyan" />
</w:rPr>
2019-11-13 09:08:25 +02:00
<w:t xml:space="preserve">Hello</w:t>
2019-12-05 09:00:32 +02:00
</w:r>
<w:r>
<w:rPr>
<w:highlight w:val="yellow" />
</w:rPr>
<w:t xml:space="preserve"> World!</w:t>
</w:r>
<w:r>
<w:rPr />
</w:r>
<w:commentRangeEnd w:id="1" />
<w:r>
<w:commentReference w:id="1" />
2019-11-13 09:08:25 +02:00
</w:r>
</w:p>
</w:body>
</w:document>