Author: rgardler
Date: Fri Sep 9 05:26:11 2005
New Revision: 279751
URL: http://svn.apache.org/viewcvs?rev=279751&view=rev
Log:
output XHTML2
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/resources/stylesheets/prepare.xhtml.xsl
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/resources/stylesheets/prepare.xhtml.xsl
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/resources/stylesheets/prepare.xhtml.xsl?rev=279751&r1=279750&r2=279751&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/resources/stylesheets/prepare.xhtml.xsl
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/resources/stylesheets/prepare.xhtml.xsl
Fri Sep 9 05:26:11 2005
@@ -53,28 +53,28 @@
</alias:template>
<!--default entry point into the presentation model 'site'-->
<alias:template match="xhtml2:html">
- <html>
- <head>
+ <xhtml2:html>
+ <xhtml2:head>
<alias:call-template name="getHead"/>
<!--Test whether there is an own css implemention
requested by the view-->
<!--*No* forrest:css found in the view-->
<xsl:if
test="not(/*/forrest:views/forrest:view/forrest:css)">
- <link rel="stylesheet" type="text/css">
+ <xhtml2:link rel="stylesheet" type="text/css">
<xsl:attribute
name="href">{$root}skin/default.css</xsl:attribute>
- </link>
+ </xhtml2:link>
</xsl:if>
<!-- forrest:css *found* in the view-->
<xsl:if
test="/*/forrest:views/forrest:view/forrest:css">
<xsl:apply-templates
select="/*/forrest:views/forrest:view/forrest:css"/>
</xsl:if>
- <title>
+ <xhtml2:title>
<alias:value-of select="[EMAIL
PROTECTED]'content']/h1"/>
- </title>
- </head>
- <body onload="init()">
+ </xhtml2:title>
+ </xhtml2:head>
+ <xhtml2:body onload="init()">
<alias:call-template name="getBody"/>
- </body>
- </html>
+ </xhtml2:body>
+ </xhtml2:html>
</alias:template>
</alias:stylesheet>
</xsl:template>
@@ -82,7 +82,7 @@
<xsl:apply-templates select="*[local-name()!='css']"/>
</xsl:template>
<xsl:template match="forrest:[EMAIL PROTECTED] and count(. |
key('css-includes', @url)[1]) = 1]">
- <link type="text/css">
+ <xhtml2:link type="text/css">
<xsl:choose>
<xsl:when test="@rel">
<xsl:attribute name="rel"><xsl:value-of
select="@rel"/></xsl:attribute>
@@ -104,7 +104,7 @@
<xsl:if test="@media">
<xsl:attribute name="media"><xsl:value-of
select="@media"/></xsl:attribute>
</xsl:if>
- </link>
+ </xhtml2:link>
</xsl:template>
<xsl:template match="forrest:contract" mode="head">
<xsl:variable name="name" select="@name"/>