Is there an equivalent of 'while' loop in XSLT 2.0?
XSLT isn't a procedural language. Without stateful variables, a condition,
once false, can never become true, or vice versa. So a while loop wouldn't
make much sense.
Michael Kay
http://www.saxonica.com/
--~------------------------------------------------------------------
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>
--~--