Hi Folks,
In the latest XSLT specification it defines the accumulator instruction like so:
<xsl:accumulator
name = eqname
streamable? = "yes" | "no" >
...
Notice that it has an optional attribute: streamable.
What is the default value for @streamable?
I presume the default value is "yes" because I created a streaming program
using an accumulator and I didn't use @streamable.
If @streamable defaults to "yes", then why would I ever write:
<xsl:accumulator name="..." streamable="yes">
?
More generally, why have @streamable at all? It doesn't seem to provide
anything useful.
/Roger
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--