In my table i have fixed the width which fits a maximum of 7 tabs.
In XSLT code i am displaying articles by year by taking year as a tab.If i want to add articles of a new year, alignment of tabs gets disturbed.
So,i want a generic code which can display the tabs(year) by giving a value(means, if i give 1 the top most year articles only should display,if 2 top two years tabs,.....10 top ten years tabs) so that i can display them on requiremnt.Whole code should be handled in XSLT itself.
Display articles based on a value
Hi all,
In my table i have fixed the width which fits a maximum of 7 tabs.
In XSLT code i am displaying articles by year by taking year as a tab.If i want to add articles of a new year, alignment of tabs gets disturbed.
So,i want a generic code which can display the tabs(year) by giving a value(means, if i give 1 the top most year articles only should display,if 2 top two years tabs,.....10 top ten years tabs) so that i can display them on requiremnt.Whole code should be handled in XSLT itself.
is working on a reply...