|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: xsl:param error
<xsl:value-of disable-output-escaping="yes" select="count(bannerlist/banner)" />
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
it's almost always a mistake to use disable-output-escaping unless you
really know you need it (as it is non-portable and a hack) here you
certainly do not need it as count() only ever produces digits and
disable-output-escaping does not affect digits it only affects the way <
and & appear.
<xsl:for-each select="bannerlist/banner">
<xsl:param name="count" expr="count+1"></xsl:param>
<xsl:param can only appear as the first child of xsl:template
or xsl:stylesheet. Also it does not have an expr attribute.
It looks from the expr attribute that you are trying to add one to the
value of a counter, but recall that you can not change the value of a
parameter once it is bound.
David
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








