/[classpath]/gjdoc/src/resources/doctranslets/html/classdoc.xsl
ViewVC logotype

Diff of /gjdoc/src/resources/doctranslets/html/classdoc.xsl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by julian, Sat Nov 20 17:53:18 2004 UTC revision 1.5 by julian, Sun Nov 21 16:19:16 2004 UTC
# Line 34  Line 34 
34    
35    <xsl:output method="html"    <xsl:output method="html"
36      encoding="utf-8"      encoding="utf-8"
37        doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
38        doctype-system="http://www.w3.org/TR/html4/loose.dtd"
39      indent="no"/>      indent="no"/>
40    
41    <xsl:strip-space elements="*"/>    <xsl:strip-space elements="*"/>
# Line 643  Line 645 
645            <xsl:if test="../gjdoc:tags/gjdoc:tag[attribute::kind='@param'][position()=$param_position]">            <xsl:if test="../gjdoc:tags/gjdoc:tag[attribute::kind='@param'][position()=$param_position]">
646              <xsl:text> - </xsl:text>              <xsl:text> - </xsl:text>
647              <xsl:for-each select="../gjdoc:tags/gjdoc:tag[attribute::kind='@param'][position()=$param_position]/gjdoc:inlineTags/node()">              <xsl:for-each select="../gjdoc:tags/gjdoc:tag[attribute::kind='@param'][position()=$param_position]/gjdoc:inlineTags/node()">
648                <xsl:value-of select="." disable-output-escaping="yes"/>                <xsl:copy-of select="."/>
649              </xsl:for-each>              </xsl:for-each>
650            </xsl:if>            </xsl:if>
651          </dt>          </dt>
# Line 894  Line 896 
896              </code>              </code>
897              <xsl:text> - </xsl:text>              <xsl:text> - </xsl:text>
898              <xsl:for-each select="gjdoc:inlineTags/node()">              <xsl:for-each select="gjdoc:inlineTags/node()">
899                <xsl:value-of select="." disable-output-escaping="yes"/>                <xsl:copy-of select="."/>
900              </xsl:for-each>              </xsl:for-each>
901            </dt>            </dt>
902          </xsl:for-each>          </xsl:for-each>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26