[ictk-cvs] ictk/src/ictk/boardgame/chess/net/ics/event string.xsl,1.1,1.2
chess library in java, PGN, FEN, ICS
Brought to you by:
jvarsoke
|
From: <jva...@us...> - 2003-12-07 19:49:50
|
Update of /cvsroot/ictk/ictk/src/ictk/boardgame/chess/net/ics/event
In directory sc8-pr-cvs1:/tmp/cvs-serv7947/src/ictk/boardgame/chess/net/ics/event
Modified Files:
string.xsl
Log Message:
fixed 815393 - "ant generate" fails with newer versions of Xalan
Index: string.xsl
===================================================================
RCS file: /cvsroot/ictk/ictk/src/ictk/boardgame/chess/net/ics/event/string.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** string.xsl 19 Aug 2003 21:32:07 -0000 1.1
--- string.xsl 7 Dec 2003 19:49:46 -0000 1.2
***************
*** 53,57 ****
<xsl:template name="str:capitalize">
<xsl:param name="input"/>
! <xsl:call-template name="toUpper">
<xsl:with-param name="input" select="substring($input, 1, 1)"/>
</xsl:call-template>
--- 53,57 ----
<xsl:template name="str:capitalize">
<xsl:param name="input"/>
! <xsl:call-template name="str:toUpper">
<xsl:with-param name="input" select="substring($input, 1, 1)"/>
</xsl:call-template>
|