Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
<xsl:choose>
  <xsl:when test="$sss">


How can I get the value of test to see it for debugging purposes. Thanks.
Posted
Updated 24-Jan-11 21:05pm
v2

This Link[^] should explain things easily.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 6-Feb-11 17:47pm    
Is it exactly the same reference as mine? I voted 5 though as we could do it at the same time...
--SA
Espen Harlinn 6-Feb-11 17:54pm    
Hi Dalek - here is a 5 for the link :)
How would you use any condition without boolean expression to be cheched? Test is exactly it: a (required) boolean expression used to specify what to check.

See http://www.w3schools.com/xsl/el_when.asp[^], for example.
 
Share this answer
 
Comments
Espen Harlinn 6-Feb-11 14:33pm    
Good answer :)
Sergey Alexandrovich Kryukov 6-Feb-11 17:46pm    
Thank you.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900