Subject: RE: TabLayout in XSL
From: cknell@xxxxxxxxxx
Date: Tue, 11 Sep 2007 09:50:40 -0400
|
I've been working with XSLT for roughly seven years now, and to the best of my knowledge, it has no element or other concept called "TabLayout".
Perhaps this is a term from the domain of your target output. Are you trying to generate HTML, maybe? Please clarify what output you expect, and perhaps someone can help you.
--
Charles Knell
cknell@xxxxxxxxxx - email
-----Original Message-----
From: <Karanam.Chowdary@xxxxxxxxxxxxxxxxxx>
Sent: Tue, 11 Sep 2007 16:28:27 +0530
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Subject: TabLayout in XSL
Hey any idea how to get tab layout using xsl?
<container name="A">
<control>textbox</control>
<control>textbox</control>
</container>
<container name="B">
<control>checkbox</control>
<control>checkbox</control>
</container>
<container name="C">
<control>button</control>
<control>button</control>
</container>
I have to place these three containers in tablayout. If I click "A" 2
textboxes shud be displayed and if I click "B" 2 checkboxes and so on.
I have a problem in getting these 3 containers in the form of tabs in my
xml. Any help wud be greatly appreciated.
|