debug
This commit is contained in:
@@ -4,6 +4,10 @@
|
|||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||||
|
|
||||||
<xsl:template match="/">
|
<xsl:template match="/">
|
||||||
|
<xsl:apply-templates select="html" />
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
|
<xsl:template match="html">
|
||||||
<html>
|
<html>
|
||||||
<xsl:apply-templates select="head" />
|
<xsl:apply-templates select="head" />
|
||||||
<xsl:apply-templates select="body" />
|
<xsl:apply-templates select="body" />
|
||||||
@@ -24,7 +28,7 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|||||||
|
|
||||||
<xsl:template match="body">
|
<xsl:template match="body">
|
||||||
<body>
|
<body>
|
||||||
<apply-templates select="header" />
|
<xsl:apply-templates select="header" />
|
||||||
</body>
|
</body>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Wolfang Torres's personal page</title>
|
<title>Wolfang Torres</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
|||||||
Reference in New Issue
Block a user