stella-docx-kernel 0.5.2

Bounded DOCX package projection and WordprocessingML scanning
Documentation
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" standalone="yes"?>
<w:document
    xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
    xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml"
>
    <w:body>
        <w:p />
        <w:p />
    </w:body>
</w:document>