|
Subject: [xsl] use-when attribute? From: Bruce D'Arcus <bdarcus@xxxxxxxxxxxxx> Date: Thu, 16 Dec 2004 20:40:45 -0500 |
<xsl:import href="citeproc.xsl"/>
<xsl:template match="/">
<xsl:apply-imports>
<xsl:with-param name="output-format" select="xhtml" tunnel="yes"/>
</xsl:apply-imports>
<html>
<head>
<title>Testing</title>
</head>
<body>
<div id="content">
<div id="main-content">
<xsl:apply-templates/>
<div id="bibliography">
<xsl:copy-of select="$formatted-biblist"/>
</div>
</div>
</div>
</body>
</html>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] XSL 1.1 second WD is publishe, W. Eliot Kimber | Thread | Re: [xsl] use-when attribute?, Colin Paul Adams |
| Re: [xsl] copy-of operation removes, Michael Webster | Date | Re: [xsl] duplicate occurances with, Christopher Hansen |
| Month |