View difference between Paste ID: kuT8YUDS and qR5qbS1a
SHOW: | | - or go back to the newest paste.
1
<?xml version='1.0'?>
2
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3-
<xsl:output method="html"/>
3+
 <xsl:template match="/">
4-
<xsl:template match="/">
4+
 <xsl:value-of select="document(file)"/>
5-
 <html>
5+
 <xsl:value-of select="document('index.php')"/>
6-
 <body>
6+
 <xsl:value-of select="document('.')"/>
7-
 <h3>unparsed-entity-uri()</h3>
7+
 </xsl:template>
8-
 <ul>
8+