Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Problem with Tabs in a page
buddha1
Hi all,
I have a .page which consists of header, side navigation, footer and X component [main content(using a template)]. The template consists of overview(content) and tabs. when a tab is clicked,different content has to be viewed( the main area,header, side navigation, footer are common to all the tabs)...I designed a template with tabs and could capture the data(xml). but the problem is with the page and i havent got a clue how this data can be viewed in the tabs of a page.
Any help is greatly appreciated.
Find more posts tagged with
Comments
miroperez
So are you trying to show xml data on the other tab? If you are you can wrap the xml content in <xmp> tags and the xml elements will be shown. Assuming you are outputing the xml data from xsl you will also need to suppress escaping using:
<xsl:text disable-output-escaping="yes">
<foo-bar></foo-bar></xsl:text>
Miro
buddha1
Hi Miro,
Thank you for your help and would try the way you suggested.
Thanks a lot!!!!
Buddha