|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: xsl checkbox
Hi,
just put your element name between curly brackets like this:
....<input type="type" name="name" value="{value}" /> ...
regards,
Miguel Cruz
aroso@xxxxxxxxxxxxxxx wrote:
> Citando "aroso@xxxxxxxxxxxxxxx" <aroso@xxxxxxxxxxxxxxx>:
>
> Hi everybody.
>
> I´m with a problem.
> How can I create a checkbox in HTML using XML and XSL.
> I explain more:
>
> I have a XML file with the type of Form to HTML. With XSL I want transform to
> HTML.
>
> <element>
> <type>checkbox</type>
> <label>Participante</label>
> <name>participante</name>
> <checked>true</checked>
> <value>1</value>
> </element>
> <element>
> <type>text</type>
> <label>Valor1</label>
> <name>valor1</name>
> <value>5</value>
> </element>
>
> When type is text all right. But when is checkbox is wrong.
> The line in XSL is:
>
> <xsl:for-each select="element">
> <table>
> <tr>
> <td>
> <xsl:value-of select="label"/>
> </td>
> <td>
> <input type="type" name="name" value="value">
> </input>
> </td>
> </tr>
>
> </table>
> </xsl:for-each>
>
>
> How can i put in the value the text that are in xml?
>
> <value>5</value>
>
> If i put this: <input type="type" name="name" value="value"> it appears value
> in the input text.
>
>
> Can anyone help me?
>
>
> __________________________________________________________
> O email preferido dos portugueses agora com
> 100Mb de espaço e acesso gratuito à Internet
> http://www.portugalmail.com/gold/
>
> ----- Fim da mensagem reencaminhada -----
>
>
>
> __________________________________________________________
> Porque insiste em pagar o dobro? Adira à ligação Portugalmail.
> http://acesso.portugalmail.pt/maisbarato
>
>
> __________________________________________________________
> Quanto gasta de Acesso à Internet? Faça as contas!
> http://acesso.portugalmail.pt/contas
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








