kpiroumian 2002/06/11 01:24:14
Modified: src/webapp/stylesheets simple-xml2html.xsl
Log:
Corrected attribute rendering: added a space between attributes.
Revision Changes Path
1.3 +5 -0 xml-cocoon2/src/webapp/stylesheets/simple-xml2html.xsl
Index: simple-xml2html.xsl
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/stylesheets/simple-xml2html.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- simple-xml2html.xsl 20 May 2002 06:53:17 -0000 1.2
+++ simple-xml2html.xsl 11 Jun 2002 08:24:14 -0000 1.3
@@ -175,6 +175,11 @@
<xsl:value-of select="."/>
</B>
<SPAN class="m">"</SPAN>
+ <xsl:if test="position()!=last()">
+ <SPAN class="b">
+ <xsl:call-template name="nbsp-ref"/>
+ </SPAN>
+ </xsl:if>
</xsl:template>
<xsl:template match="text()">
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]