1 <xsl:stylesheet xmlns:
xsl=
"http://www.w3.org/1999/XSL/Transform" version=
"1.0">
2 <xsl:output method=
"html"
4 doctype-public=
"-//W3C//DTD HTML 4.01 Transitional//EN"
5 doctype-system=
"http://www.w3.org/TR/html4/loose.dtd"/>
7 <xsl:template match=
"@*|node()">
9 <xsl:apply-templates select=
"@*|node()"/>
13 <xsl:template match=
"/">
17 cxml-rng: Relax NG for Closure XML
19 <link rel=
"stylesheet" type=
"text/css" href=
"index.css"/>
20 <meta http-equiv=
"Content-Type" content=
"text/html; charset=UTF-8"/>
22 <body style=
"width: 62em">
23 <xsl:call-template name=
"header"/>
24 <xsl:apply-templates/>
29 <xsl:template match=
"page">
30 <div id=
"homepage" class=
"main">
31 <xsl:apply-templates/>
35 <xsl:template match=
"blau">
36 <span style=
"color: black">
37 <xsl:apply-templates/>
41 <xsl:template name=
"header">
43 <table cellspacing=
"0" cellpadding=
"0" width=
"100%">
46 <img src=
"doc/logo.png"/>
50 <b> Relax NG for Closure XML
</b>