[xsl] including a file in xsl

Subject: [xsl] including a file in xsl
From: "james walker" <jameswalkerandy@xxxxxxxxxxx>
Date: Tue, 28 Sep 2004 11:45:44 +0100
I would like to include the content of an html file in an xslt however, i would prefer not to put the actual content in teh xslt as it clutters the code significantly.
if i have menu.html which i would like to include whenever a certain template is matched, is there anyway to do it?
e.g.
<template match="some name">
<!--some xsl variables defined here-->
<!--include menu.html here-->
<!--some more xsl code-->
</template>
menu.html also includes javascript as well, i am not sure whether that will make it more complicated to include or not?
cheers


_________________________________________________________________
It's fast, it's easy and it's free. Get MSN Messenger today! http://www.msn.co.uk/messenger


Current Thread