[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] TabLayout in XSL


Subject: Re: [xsl] TabLayout in XSL
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Tue, 11 Sep 2007 10:01:31 -0400

Karanam,

Please show us the output you want to create in marked up ("tagged") form.

If you don't know what that is, you should proceed to determine it. This is not an XSLT problem. (You don't say, but one would guess that your target format is HTML, possibly with a bit of script.) While it may not be an easy problem to solve, if you approach it as an HTML/Javascript design problem, you will find it much more straightforward to deal with, since your brain can set aside everything having to do with XSLT.

(This design process actually reflects what the system will do. First, it will use XSLT to create HTML/Javascript. Then, it will process and display those results. The two processes may not even happen close together in time or on the same machine.)

Once you have a target specified, if you don't know how to create that from your input using XSLT, we can help with that.

Cheers,
Wendell

At 06:58 AM 9/11/2007, you wrote:
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.


======================================================================
Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


Current Thread
Keywords