Author: rgardler
Date: Wed Sep 7 06:04:23 2005
New Revision: 279316
URL: http://svn.apache.org/viewcvs?rev=279316&view=rev
Log:
we use XHTML2 as source now, not XDoc
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=279316&r1=279315&r2=279316&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
Wed Sep 7 06:04:23 2005
@@ -16,7 +16,12 @@
limitations under the License.
-->
-<xsl:stylesheet version="1.0"
xmlns:alias="http://www.w3.org/1999/XSL/TransformAlias"
xmlns:forrest="http://apache.org/forrest/templates/1.0"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet version="1.0"
+ xmlns:alias="http://www.w3.org/1999/XSL/TransformAlias"
+ xmlns:forrest="http://apache.org/forrest/templates/1.0"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:xhtml2="http://www.w3.org/2002/06/xhtml2">
<xsl:namespace-alias result-prefix="xsl" stylesheet-prefix="alias"/>
<!--Include forrest:hook matchers-->
<xsl:include href="hooksMatcher.xsl"/>
@@ -47,7 +52,7 @@
<xsl:apply-templates select="/*/forrest:views/forrest:view"/>
</alias:template>
<!--default entry point into the presentation model 'site'-->
- <alias:template match="site">
+ <alias:template match="xhtml2:html">
<html>
<head>
<alias:call-template name="getHead"/>