A footnote is two thing :
- in the document.xml, at the place of the referecence :
<w:r>
<w:rPr>
<w:rStylew:val="FootnoteReference"/>
</w:rPr>
<w:footnoteReferencew:id="1"/>
</w:r>
- in the footnote.xml the content of the footnote :
<w:footnotew:id="1">
<w:pw:rsidRDefault="00D935D7"w:rsidR="00D935D7">
<w:pPr>
<w:pStylew:val="FootnoteText"/>
</w:pPr>
<w:r>
<w:rPr>
<w:rStylew:val="FootnoteReference"/>
</w:rPr>
<w:footnoteRef/>
</w:r>
<w:r>
<w:txml:space="preserve"> Note</w:t>
</w:r>
</w:p>
</w:footnote>
A footnote is two thing :