RE: [xsl] Example to checkbox in XSL

Subject: RE: [xsl] Example to checkbox in XSL
From: Michael Kay <mike@xxxxxxxxxxxx>
Date: Mon, 06 Aug 2007 20:35:09 +0100
Are you asking what the HTML should look like to achieve this appearance on
the screen, or are you asking how to generate this HTML using XSLT? Don't
start to think about the XSLT coding until you know what HTML you want your
stylesheet to generate. Ideally, write the HTML "by hand" first. If you need
help writing HTML, then someone here might advise you, but it's off-topic
for this list.

Michael Kay
http://www.saxonica.com/ 

> -----Original Message-----
> From: Pham, Joanne (Joanne) [mailto:jpham@xxxxxxxxxxxxxxxxxx] 
> Sent: 06 August 2007 20:28
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Cc: Pham, Joanne (Joanne)
> Subject: [xsl] Example to checkbox in XSL
> 
> 
> Hi All,
> I would like to have an example how to hide the text fields 
> in xsl. For example I have the following GUI
> 
>             Application
>                         <Radio Checkbox> User following dial 
> connection
>                                     User name
>                                     Password
>                                     Domainname
>                                     .....
> 
> 
>                         <Radio checkbox> Use a default connection
> 
> In this case I would like to have all  field Username, 
> Password, DomainName are hidden unless the < Radio Checkbox> 
> User following dial connection is check So in the GUI it only shows
>             
>                         Application
>                         <Radio Checkbox> User following dial 
> connection
>                         <Radio checkbox> Use a default 
> connection When the <Radio Checkbox> User following dial 
> connection is check the field Username, Password, DomainName 
> are showing on GUI but not otherwise.
> Thanks,
> JP

Current Thread