2011-08-05 04:25:34 -05:00
|
|
|
X:stylesheet {
|
|
|
|
|
|
|
|
X:output method="html" indent="no" encoding="utf-8";
|
|
|
|
|
|
|
|
X:strip-space elements = "*";
|
|
|
|
|
|
|
|
<!--
|
|
|
|
-- a current directory of a XSLT script is where the script is stored,
|
|
|
|
-- but not where XSLT processor has been started to run the script
|
|
|
|
-->
|
|
|
|
X:param XML = "'../xml'";
|
|
|
|
|
2011-09-05 04:32:00 -05:00
|
|
|
X:var ID = "/module/@id";
|
2011-08-05 04:25:34 -05:00
|
|
|
|
|
|
|
X:include href = "directive.xslt";
|
|
|
|
X:include href = "content.xslt";
|
|
|
|
|
|
|
|
|
|
|
|
X:template = "/module" {
|
|
|
|
<html><head>
|
|
|
|
|
2011-09-05 04:32:00 -05:00
|
|
|
<title> !{@name} </title>
|
2011-08-05 04:25:34 -05:00
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
!!;
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|