Subject:XSL checkbox Author:Adi asd Date:18 May 2004 10:17 AM
Hi!
I have a problem!
I have an XML like this:
<?xml version="1.0" encoding="utf-8" ?>
<?xml:stylesheet type="text/xsl" href="titles.xsl" ?>
<titlelist>
<titles title_id="BU1032" title="The Busy Executive's Database Guide" type="business " pub_id="1389"
price="19.99" advance="5000" royalty="10" ytd_sales="4095" notes="An overview of available database systems with
emphasis on common business applications. Illustrated." pubdate="1991-06-12T00:00:00"/>
<titles title_id="BU1111" title="Cooking with Computers: Surreptitious Balance Sheets" type="business "
pub_id="1389" price="11.95" advance="5000" royalty="10" ytd_sales="3876" notes="Helpful hints on how to use your
electronic resources to the best advantage." pubdate="1991-06-09T00:00:00"/>
</titlelist>
and I want an XSL
which have for every row with the title from xml an checkbox and when I check this checkbox the background color of row is changed!
thanks
> -----Original Message-----
> From: stylus-studio-xslt Listmanager
[mailto:stylus-studio-xslt.listmanager@stylusstudio.com]
> Sent: Tuesday, May 18, 2004 10:20 AM
> Subject: XSL checkbox
>
> From: "Adi asd" <ioshicumine@yahoo.com>
>
> Hi!
> I have a problem!
> I have an XML like this:
>
> <?xml version="1.0" encoding="utf-8" ?>
> <?xml:stylesheet type="text/xsl" href="titles.xsl" ?>
> <titlelist>
> <titles title_id="BU1032" title="The Busy
Executive&apos;s
Database Guide" type="business
> " pub_id="1389"
> price="19.99" advance="5000" royalty="10" ytd_sales="4095"
notes="An
overview of available database
> systems with
> emphasis on common business applications. Illustrated."
pubdate="1991-06-12T00:00:00"/>
>
> <titles title_id="BU1111" title="Cooking with Computers:
Surreptitious Balance Sheets"
> type="business "
> pub_id="1389" price="11.95" advance="5000" royalty="10"
ytd_sales="3876" notes="Helpful hints on
> how to use your
> electronic resources to the best advantage."
pubdate="1991-06-09T00:00:00"/>
>
> </titlelist>
>
> and I want an XSL
> which have for every row with the title from xml an checkbox and when
I check this checkbox the
> background color of row is changed!
> thanks
>
>
> --
> To reply: mailto:stylus-studio-xslt.7473@stylusstudio.com
> To start a new topic: mailto:stylus-studio-xslt@stylusstudio.com
> To login: http://www.stylusstudio.com/SSDN/
> To (un)subscribe:
mailto:stylus-studio-xslt.list-request@stylusstudio.com
>