Jörn Nettingsmeier wrote:
hi guys!


in modules/xhtml/xslt/xhtml2xhtml.xsl, i found this:

<xsl:template match="/xhtml:html">
  <xsl:copy-of select="lenya:meta"/>
  <html>
    <body>
      <div id="body">

is there any reason why we still attempt to copy lenya:meta?

I removed it, thanks for the pointer.

and do we really need to insert the div#body here?

Yes, because it carries the bxe_xpath attribute in editing mode
(which is not generic, since not all resource types support BXE).

-- Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to