dirkv 2004/04/04 13:16:03
Modified: commons-build commons-site.jsl
Log:
fix whitespace/underline problem when there are other tags inside <a>...</a>
Revision Changes Path
1.9 +1 -5 jakarta-commons/commons-build/commons-site.jsl
Index: commons-site.jsl
===================================================================
RCS file: /home/cvs/jakarta-commons/commons-build/commons-site.jsl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- commons-site.jsl 14 Mar 2004 18:57:48 -0000 1.8
+++ commons-site.jsl 4 Apr 2004 20:16:03 -0000 1.9
@@ -515,11 +515,7 @@
</jsl:template>
<!-- copy any other elements through -->
- <jsl:template match="*" trim="false">
- <jsl:copy trim="false">
- <jsl:applyTemplates trim="false"/>
- </jsl:copy>
- </jsl:template>
+ <jsl:template match="*" trim="false"><jsl:copy trim="false"><jsl:applyTemplates
trim="false"/></jsl:copy></jsl:template>
<!-- element values don't pass through as text -->
<jsl:template match="@*"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]