Hi,
is there a way to output the contents of a file in XSLT? Background: I have an xml file as input for a xslt stylesheet and generate an html file, which links to a css. So far so good.
Now I want to change my xslt in a way that the contents of the css is embedded within the html file (using a <style>
element). However, I would like to keep the xslt and css separated, if possible.
Thanks! Nang.