From: Grant M. <gr...@us...> - 2005-02-11 08:05:45
|
Update of /cvsroot/perl-xml/perl-xml-faq In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12757 Modified Files: faq-style.xsl Log Message: - don't overuse the author's name Index: faq-style.xsl =================================================================== RCS file: /cvsroot/perl-xml/perl-xml-faq/faq-style.xsl,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- faq-style.xsl 14 Oct 2003 09:13:47 -0000 1.5 +++ faq-style.xsl 11 Feb 2005 08:05:37 -0000 1.6 @@ -36,6 +36,8 @@ <!-- Templates to override defaults --> +<xsl:template match="articleinfo/author" mode="titlepage.mode" /> + <xsl:template match="question/para"> <b><xsl:value-of select="." /></b> </xsl:template> |