1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/content/base/test/file_bug604660-6.xsl Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +<?xml version="1.0"?> 1.5 +<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml"> 1.6 + <xsl:template match="/"> 1.7 + <html> 1.8 + <script>xsltProcessorCreatedScriptRan();</script> 1.9 + </html> 1.10 + </xsl:template> 1.11 +</xsl:stylesheet> 1.12 +