Sha256: 217471b785e2d1b83e89ecb220f8bb0c0c738f7d0bac11d72d0433a9ada1bfbe

Contents?: true

Size: 1.67 KB

Versions: 10

Compression:

Stored size: 1.67 KB

Contents

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas"
                xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
                xmlns:o="urn:schemas-microsoft-com:office:office"
                xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
                xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
                xmlns:v="urn:schemas-microsoft-com:vml"
                xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing"
                xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing"
                xmlns:w10="urn:schemas-microsoft-com:office:word"
                xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
                xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml"
                xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup"
                xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk"
                xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml"
                xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape"
                mc:Ignorable="w14 wp14">
  <xsl:template match="footnote">
    <!--<xsl:number level="any" count="footnote" format="1"/>-->
    <w:r>
      <w:rPr>
        <w:rStyle w:val="FootnoteReference"/>
      </w:rPr>
      <w:footnoteReference w:id="{format-number(count(preceding::footnote)+1,'0')}"/>
    </w:r>
  </xsl:template>
</xsl:stylesheet>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
avv2word-1.1.39 lib/avv2word/xslt/footnote.xslt
avv2word-1.1.38 lib/avv2word/xslt/footnote.xslt
avv2word-1.1.37 lib/avv2word/xslt/footnote.xslt
avv2word-1.1.36 lib/avv2word/xslt/footnote.xslt
avv2word-1.1.35 lib/avv2word/xslt/footnote.xslt
avv2word-1.1.34 lib/avv2word/xslt/footnote.xslt
avv2word-1.1.33 lib/avv2word/xslt/footnote.xslt
avv2word-1.1.32 lib/avv2word/xslt/footnote.xslt
avv2word-1.1.31 lib/avv2word/xslt/footnote.xslt
avv2word-1.1.30 lib/avv2word/xslt/footnote.xslt