Hai
   I am trying to transform xml file - structure 
-<Message><ID>1</ID><AdminFlag>true</AdminFlag><StudFlag>true</StudFlag></Message> - 
into HTML using XSL. I am applying template to display the values in <table> format. 
My problem is - I need to display a check box instead of value for Admin Flag, 
StudFlag with checked/unchecked status. 
 
For this, my code looks like this 
<xsl:choose><xsl:when test="AdminFlag='true'"><td><input type='checkbox' 
checked='checked'></td></xsl:when></xsl:choose>
 
But the above code snippet throws error. 
 
How can i embed <input> tags within <xsl> elements?
 
Your help is urgently needed.
 
Thanx,
Sree.
 

                
---------------------------------
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.

[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
     [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/
 

Reply via email to