This is the mail archive of thtt>xsl-list@mulberrytech.com mailing list .


Date Prev] [Date Next]
Index Nav: [Author Index] [Thread Index]
Message Nav: [Thread Prev] [Thread Next]
X-TopPNI-End-->

RE: How To Include external XSL files into a master XSL f/h1>
<xsl:import> or <xsl:include> 
 
DIV align=left class=OutlookMessageHeader dir=ltr> --riginal Message-----
From: owner-xsl-list@mulberrytech.com [mailto:owner-xsl-list@mulberrytech.com]On BehOf Jim Garrett
Sent: Wednesday, February 16, 2000 12:26 PM
To: XSL-List@mulberrytech.com
How To Include external XSL files into a master XSL file

 
What is the syntax to link mule child style sheets into
a master style eet ...
 
e.g.
header style sheet     header.xsl
footer style sheet      footer.xsl
data style sheet       data001.xsl
master style sheet.  master.xsl 
this way i can always reference the master.xsl
style sheet from any/all   *.xml files
and then link in header.xsl (this one never changes)
HjÂ:><NT face=Aria link the footer.xsl (this one never changes) 
N class=471171618-11022000>this way if I make any changes to the header
and reflected in all master.xsl files
AN> 
<?xml version='1.0'?>
<xtylesheet xmlns:xsl="http://www.w3.org>
 
<!-- include the header.xsl file here t;
<!-- how to include syntax here -;
 
<!-- include the data.xsl file here -->
HjÂ:T ce=Arial sizFONT face=Arial size=2><!-- ho include syntax here -->
<T> 
<!-- include the footsl file here -->
<!-- how to include syntax here -->
 
</xsl:late>
</xsl:stylesheet>NT>
 
 
are they strued the same as the master.xsl file would
?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org>
<xsl:template match="/">
 
<!-- this is the header xsl file t;
 
</xsl:late>
</xsl:stylesheet>NT>