dom/xslt/crashtests/111994.xsl

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/xslt/crashtests/111994.xsl	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,13 @@
     1.4 +<?xml version="1.0" ?>
     1.5 +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
     1.6 +  <xsl:template match="root">
     1.7 +    <html><body><xsl:apply-templates select="item" /></body></html>
     1.8 +  </xsl:template>
     1.9 +  <xsl:template match="item">
    1.10 +    <img>
    1.11 +      <xsl:attribute name="src">
    1.12 +        <xsl:value-of select="@name" />
    1.13 +      </xsl:attribute>
    1.14 +    </img>
    1.15 +  </xsl:template>
    1.16 +</xsl:stylesheet>

mercurial