1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/xslt/crashtests/667315.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +<?xml version="1.0"?> 1.5 +<?xml-stylesheet type="text/xsl" href="#stylesheet"?> 1.6 +<!DOCTYPE root [ 1.7 + <!ATTLIST xsl:stylesheet id ID #IMPLIED> 1.8 +]> 1.9 +<root> 1.10 +<xsl:stylesheet id="stylesheet" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 1.11 + <xsl:variable name="var"><p>a</p></xsl:variable> 1.12 + <xsl:template match="/"><xsl:copy-of select="$var" /></xsl:template> 1.13 +</xsl:stylesheet> 1.14 +</root>