Ok, I know there's several threads here about this, but I can't get it to work:
I have an XML file that references an XSLT stylesheet which turns the results into a sorted table (very simple). This part works fine.
I would like to further tweak the results by adding a reference to a CSS file so the sorted table results could be in a different font, color, etc.
Where do I put the link to the CSS file? In the XML? In the XSL file? I have tried just about everything I can think of, and none of it works.
IE 6.1 gives me errors when I try to put <link> or <style> elements right into the XSL.
Any ideas welcome.
I have an XML file that references an XSLT stylesheet which turns the results into a sorted table (very simple). This part works fine.
I would like to further tweak the results by adding a reference to a CSS file so the sorted table results could be in a different font, color, etc.
Where do I put the link to the CSS file? In the XML? In the XSL file? I have tried just about everything I can think of, and none of it works.
IE 6.1 gives me errors when I try to put <link> or <style> elements right into the XSL.
Any ideas welcome.