Quote:
Originally Posted by rogue_ronin
I'm wondering if a different <link> tag in the head might allow you to call some customizations? I'm just spit-balling here -- I have no idea how the <link> tag works; but if the CSS file is read in the head, it makes me wonder if you could use one of the other rel="" attribute/values to call a set of entity redefinitions? Like maybe a "section" or a "bookmark"
|
No, but you can:
1) Link multiple stylesheets using multiple LINKs. You can even define that one stylesheet is to be used by all renderers, one stylesheet only by renderer that outputs to paper pages, one for screen renderers, one for voice renderers etc.
2) Import one stylesheet from within another stylesheet.
3) Use my H2LRF which lets you import a specific stylesheet based on the target device of your conversion :-)