lib/htmltoooxml/xslt/links.xslt in htmltoooxml-0.2.0 vs lib/htmltoooxml/xslt/links.xslt in htmltoooxml-0.2.1
- old
+ new
@@ -22,10 +22,10 @@
<a:hyperlink>
//-->
<a:r>
<a:rPr>
<a:hlinkClick>
- <xsl:attribute name="r:id">rId<xsl:value-of select="count(preceding::a[starts-with(@href, 'http://') or starts-with(@href, 'https://')]) + 8" /></xsl:attribute>
+ <xsl:attribute name="r:id">rId<xsl:value-of select="count(preceding::a[starts-with(@href, 'http://') or starts-with(@href, 'https://')]) + 100" /></xsl:attribute>
</a:hlinkClick>
</a:rPr>
<a:t>
<xsl:value-of select="."/>
</a:t>
\ No newline at end of file