Comment by magicalist
Comment by magicalist 15 hours ago
> Looking at the xslt stylesheet , it doesn't look like there are nested includes, its just one stylesheet which doesn't include anything else
At least the browser has to load template.xsl before it can know it has to load the css file though, right? And this is just a simple demo page.
I guess its ine extra layer, but its not like we've gone 14 layers deep or something.
I imagine preloading the css file using the http link header would solve this problem.