Is there a way to switch a CSS stylesheet using XSLT? We are trying to do this without Javascript or include different files based on what CSS Stylesheet is used.
Example:
XSLT for normal view. Click a link and switches the stylesheet to view a Text Only view for accessibility and screen readers to use. At the same time getting rid of all the Javascript references in the Head of the HTML. Also need to use a switch to determine mobile devices and then use the correct CSS stylesheet and Javascript files for the mobile version.
Can anyone point us in a direction? Thanks in advance.