1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/xslt/crashtests/226425.xsl Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +<?xml version="1.0" encoding="iso-8859-1"?> 1.5 +<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 1.6 +<xsl:output method="html" indent="yes"/> 1.7 + 1.8 +<xsl:template match="/"> 1.9 +<html><body> 1.10 +<xsl:apply-templates select="document('dontmatter')"/> 1.11 +</body></html> 1.12 +</xsl:template> 1.13 +</xsl:stylesheet>