svn commit: r597273 - in /lenya/trunk/src/pubs/default/lenya/modules/editors/usecases/forms: xhtml-common.xsl xhtml.xsl
[email protected] Thu, 22 Nov 2007 00:14:57 -0000
Newsgroups
gmane.comp.cms.lenya.cvs
Message-ID
<[email protected] >
Author: andreas
Date: Wed Nov 21 16:14:56 2007
New Revision: 597273
URL: http://svn.apache.org/viewvc?rev=597273&view=rev
Log:
Removed obsolete elements from forms editor stylesheets
Modified:
lenya/trunk/src/pubs/default/lenya/modules/editors/usecases/forms/xhtml-common.xsl
lenya/trunk/src/pubs/default/lenya/modules/editors/usecases/forms/xhtml.xsl
Modified: lenya/trunk/src/pubs/default/lenya/modules/editors/usecases/forms/xhtml-common.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/pubs/default/lenya/modules/editors/usecases/forms/xhtml-common.xsl?rev=597273&r1=597272&r2=597273&view=diff
==============================================================================
--- lenya/trunk/src/pubs/default/lenya/modules/editors/usecases/forms/xhtml-common.xsl (original)
+++ lenya/trunk/src/pubs/default/lenya/modules/editors/usecases/forms/xhtml-common.xsl Wed Nov 21 16:14:56 2007
@@ -26,7 +26,6 @@
>
<xsl:template match="xhtml:body">
-<node name="Body" />
<xsl:apply-templates mode="body"/>
</xsl:template>
Modified: lenya/trunk/src/pubs/default/lenya/modules/editors/usecases/forms/xhtml.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/pubs/default/lenya/modules/editors/usecases/forms/xhtml.xsl?rev=597273&r1=597272&r2=597273&view=diff
==============================================================================
--- lenya/trunk/src/pubs/default/lenya/modules/editors/usecases/forms/xhtml.xsl (original)
+++ lenya/trunk/src/pubs/default/lenya/modules/editors/usecases/forms/xhtml.xsl Wed Nov 21 16:14:56 2007
@@ -29,15 +29,9 @@
<xsl:import href="xhtml-common.xsl"/>
<xsl:template match="xhtml:html">
-
+
<namespace prefix="xhtml" uri="http://www.w3.org/1999/xhtml"/>
-<namespace prefix="lenya" uri="http://apache.org/cocoon/lenya/page-envelope/1.0"/>
-<namespace prefix="dc" uri="http://purl.org/dc/elements/1.1/"/>
-<node name="Title" select="/xhtml:html/lenya:meta/dc:title[@tagID='{lenya:meta/dc:title/@tagID}']">
- <content><input type="text" name="<xupdate:update select="/xhtml:html/lenya:meta/dc:title[@tagID='{lenya:meta/dc:title/@tagID}']">" size="40"><xsl:attribute name="value"><xsl:value-of select="lenya:meta/dc:title"/></xsl:attribute></input></content>
-</node>
-
<xsl:apply-templates select="xhtml:body"/>
</xsl:template>