![]() |
![]() | ![]() | ![]() | Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - can xsl parameters be int or boolean >Thread Next - Re: can xsl parameters be int or boolean Re: can xsl parameters be int or booleanTo: NULL Date: 8/11/2006 10:36:00 AM Once you receive the parameter in your XSLT, you can convert it using = the number() and boolean() methods. <xsl:param name=3D"IntParam"/> <xsl:param name=3D"BoolParam"/> <xsl:variable name=3D"IntValue" select=3D"number($IntParam)"/> <xsl:variable name=3D"BoolValue" select=3D"boolean($BoolParam)"/> --=20 Greg Collins [Microsoft MVP] Visit Brain Trove ( http://www.BrainTrove.com ) | ![]() | ![]() | ![]() |
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | |||||
|
