Our new responsive homepage uses html5 semantic tags. header, footer and main content is wrapped in respective semantic elements. for example <header role="banner"> , <footer role="contentinfo"> , <main role="main">.
Ideally these semantic tags should be generated from fixed layout master template (/com/interwoven/xsl/runtime/fixed-layout.page.xsl). But this template currently works in a way so that it adds <div> tags corresponding to the custom ( Fixed Area layout ) FAL xml file.
I am in a limbo now , changing fixed-layout.page.xsl may break our old sitepublisher pages . Is there a way I can accommodate 2 types of Fixed layout pages in our implementation, that is , one based on new semantic tags & the second one based on <div> tags? I am aware that somewhere inside the livesite code , word "fixed-layout" is hardcoded , thus preventing me from having another type of fixed layout .
Have any of you tried this before? Any pointers will be highly appreciated.
Thanks,
Mike,
TS 7.3.1 Build 20 Interwoven
Red Hat Enterprise Linux Server release 5.3 (Tikanga)