Thorsten Scherler wrote: [...]
Hmm, I always wondered why we have been limiting everything to the <div id="body"/>. Why we are not changing the page2xhtml.xsl like: ... <head> <xsl:apply-templates select="xhtml:[EMAIL PROTECTED]'content']/xhtml:[EMAIL PROTECTED]'head']"/> </head>
That (content/head) looks a little strange IMO. Then we could as well use plain XHTML for the view (including head and body), couldn't we? -- Andreas
<body> <xsl:apply-templates select="xhtml:[EMAIL PROTECTED]'content']/xhtml:[EMAIL PROTECTED]'body']"/> </body> This way we support as well the head parts of a content document. salu2
-- Andreas Hartmann Wyona Inc. - Open Source Content Management - Apache Lenya http://www.wyona.com http://lenya.apache.org [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]