xsl-list
[Top] [All Lists]

an expression to check if a parameter is a non-zero number - comments

2003-10-30 11:33:40
<xsl:when
test="true(string-length(translate($ImageWidth,'0123456789.','')) = 0
and $ImageWidth != 0)">

I want to check if the incoming parameter ImageWidth is a non-zero
number.

I am wondering it the above expression would work?

Is there a better way to do that checking ?

Abhishek Sanwal
HP - Houston Campus
abhishek(_dot_)sanwal(_at_)hp(_dot_)com


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



<Prev in Thread] Current Thread [Next in Thread>