return?2003-11-25 19:18:17Hi, Is possible in xslt use a return instruction when some condition occur and stop de verificaction of the remaining code like this <xsl:if test="string-length($str) <= 4> (terminate verificaction) <xsl:return /> (?) </xsl:if> thanks all XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
|