[
Lists Home |
Date Index |
Thread Index
]
- From: Kay Michael <Michael.Kay@icl.com>
- To: "Xml-Dev@Xml. Org" <xml-dev@xml.org>
- Date: Tue, 25 Jul 2000 13:34:03 +0100
> <xsl:include href="header.xsl">
> <xsl:include href="menu.xsl">
> <xsl:include href="content.xsl">
> <xsl:include href="footer.xsl">
>
As Oliver pointed out, the trick is to include or import the general-purpose
stylesheet rules into the special-purpose stylesheet, not the other way
around.
Mike Kay
|