I have an XSL stylesheet that I am using to produce an HTML web page from an XML file.
I also have files, which contain nothing but HTML, to produce headers and footers for my pages.
In ASP I could simple use #include to insert these files but how can I do this in XSLT?
