Hi, I'm building a website that uses xsl stylesheets, and I'm building up a small library of useful funtions in a util stylesheet that other sheets import with
<xsl:import href="util" />
at the top of every sheet. This doesn't work in Google Chrome, as it doesn't support xsl:import yet. Can someone please write me a stylesheet that I can run on the server side that will read the xsl:import line and import the relevent stylesheet before its sent to the client? Thanks.