~ubuntu-branches/ubuntu/trusty/libxslt/trusty

« back to all changes in this revision

Viewing changes to tests/exslt/math/lowest.1.xsl

  • Committer: Bazaar Package Importer
  • Author(s): Mike Hommey
  • Date: 2008-08-03 09:03:42 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080803090342-0gzx6fixj16lirxt
Tags: 1.1.24-2
libexslt/crypto.c: Apply upstream fix for CVE-2008-2935. Closes: #493162.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<xsl:stylesheet version="1.0"
3
 
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4
 
                xmlns:math="http://exslt.org/math"
5
 
                exclude-result-prefixes="math">
6
 
 
7
 
<xsl:template match="values">
8
 
   <result>
9
 
      <xsl:text>Lowest: </xsl:text>
10
 
      <xsl:value-of select="math:lowest(value)/@id" />
11
 
   </result>
12
 
</xsl:template>
13
 
 
 
1
<?xml version="1.0"?>
 
2
<xsl:stylesheet version="1.0"
 
3
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 
4
                xmlns:math="http://exslt.org/math"
 
5
                exclude-result-prefixes="math">
 
6
 
 
7
<xsl:template match="values">
 
8
   <result>
 
9
      <xsl:text>Lowest: </xsl:text>
 
10
      <xsl:value-of select="math:lowest(value)/@id" />
 
11
   </result>
 
12
</xsl:template>
 
13
 
14
14
</xsl:stylesheet>
 
 
b'\\ No newline at end of file'