dims 01/04/12 08:27:57
Modified: src/org/apache/cocoon/components/language/markup/xsp/java
Tag: xml-cocoon2 xsp.xsl
Log:
Undo my changes. Need to check in Sylvain's changes.
Revision Changes Path
No revision
No revision
1.1.2.25 +3 -9
xml-cocoon/src/org/apache/cocoon/components/language/markup/xsp/java/Attic/xsp.xsl
Index: xsp.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon/src/org/apache/cocoon/components/language/markup/xsp/java/Attic/xsp.xsl,v
retrieving revision 1.1.2.24
retrieving revision 1.1.2.25
diff -u -r1.1.2.24 -r1.1.2.25
--- xsp.xsl 2001/04/12 12:55:10 1.1.2.24
+++ xsp.xsl 2001/04/12 15:27:56 1.1.2.25
@@ -11,7 +11,7 @@
<!--
* @author <a href="mailto:[EMAIL PROTECTED]>Ricardo Rocha</a>
- * @version CVS $Revision: 1.1.2.24 $ $Date: 2001/04/12 12:55:10 $
+ * @version CVS $Revision: 1.1.2.25 $ $Date: 2001/04/12 15:27:56 $
-->
<!-- XSP Core logicsheet for the Java language -->
@@ -168,14 +168,12 @@
</xsl:choose>
</xsl:variable>
- <!-- FIXME (DIMS): Is this required? This causes of extra calls to
startPrefixMapping.
<xsl:for-each select="namespace::*">
this.contentHandler.startPrefixMapping(
"<xsl:value-of select="local-name(.)"/>",
"<xsl:value-of select="."/>"
);
</xsl:for-each>
- -->
<xsl:apply-templates select="xsp:attribute"/>
@@ -196,13 +194,11 @@
<xsl:copy-of select="$raw-name"/>
);
- <!-- FIXME (DIMS): Is this required? This causes of extra calls to
endPrefixMapping.
<xsl:for-each select="namespace::*">
this.contentHandler.endPrefixMapping(
"<xsl:value-of select="local-name(.)"/>"
);
</xsl:for-each>
- -->
</xsl:template>
@@ -332,14 +328,13 @@
<xsl:template match="*[not(starts-with(name(.), 'xsp:'))]">
- <!-- FIXME (DIMS): Is this required? This causes of extra calls to
startPrefixMapping.
+
<xsl:for-each select="namespace::*">
this.contentHandler.startPrefixMapping(
"<xsl:value-of select="local-name(.)"/>",
"<xsl:value-of select="."/>"
);
</xsl:for-each>
- -->
<xsl:apply-templates select="@*"/>
@@ -362,13 +357,12 @@
"<xsl:value-of select="name(.)"/>"
);
- <!-- FIXME (DIMS): Is this required? This causes of extra calls to
endPrefixMapping.
<xsl:for-each select="namespace::*">
this.contentHandler.endPrefixMapping(
"<xsl:value-of select="local-name(.)"/>"
);
</xsl:for-each>
- -->
+
</xsl:template>
<xsl:template match="@*">
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]