This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Site Check


>How 'bout a quick site check on http://www.ballsome.com
works fine although I noticed the following things:

 the mouseovers on the menu at the second level will show an area even
if there is no content. You have a lot of xsl:for-each's in your
stylesheet so I didn't want to try and debug, but it looks to me that
probably the  <xsl:for-each select="article">

LOOK HERE--><xsl:if test="position()&lt;=3">
...</xsl:if>

<xsl:if test="count(article)>3">
<a href="{concat('/',
translate(../category_name,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmno
pqrstuvwxyz'), '/',
translate(../category_name,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmno
pqrstuvwxyz'), '.xml')}">more...</a>

</xsl:if>
</xsl:for-each>
is to blame cause the count(article)>3 is working fine, i.e you're
getting the word more, no doubt the position() of your articles is not
less than 3?



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]