1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/xslt/crashtests/483444.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,19 @@ 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:attribute-set name="a"> 1.12 + <xsl:attribute name="b">c</xsl:attribute> 1.13 + </xsl:attribute-set> 1.14 + <xsl:template match="/"> 1.15 + <b>Please output something!</b> 1.16 + </xsl:template> 1.17 + <xsl:attribute-set name="a"> 1.18 + <xsl:attribute name="b">c</xsl:attribute> 1.19 + </xsl:attribute-set> 1.20 +</xsl:stylesheet> 1.21 +<doc id="foo">this</doc> 1.22 +</root>