xsl-list
[Top] [All Lists]

RE: [xsl] TabLayout in XSL

2007-09-11 06:51:08
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(_at_)onebox(_dot_)com - email



-----Original Message-----
From:     <Karanam(_dot_)Chowdary(_at_)iflexsolutions(_dot_)com>
Sent:     Tue, 11 Sep 2007 16:28:27 +0530
To:       <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Subject:  [xsl] 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.



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>
  • RE: [xsl] TabLayout in XSL, cknell <=