Skip to content

Instantly share code, notes, and snippets.

@barkady
Created July 11, 2014 14:42
Show Gist options
  • Save barkady/bbab964adcf036db95a5 to your computer and use it in GitHub Desktop.
Save barkady/bbab964adcf036db95a5 to your computer and use it in GitHub Desktop.
xslt_iterable_array
<xsl:variable name="sumArray">
<sum><xsl:value-of select="//НачисленоСначалаРасчетногоПериода2012/ВсегоСначалаРасчетногоПериода2012/ОПСстраховаяЧасть"/></sum>
</xsl:variable>
<xsl:variable name="psumArray" select="document('')//xsl:variable[@name= 'sumArray']/*"></xsl:variable>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment