|
Subject: [xsl] variable question From: Bruce D'Arcus <bdarcus@xxxxxxxxxxxxx> Date: Wed, 10 Nov 2004 11:25:06 -0500 |
<xsl:template match="/">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Testing</title>
</head>
<body>
<h3>Citations</h3>
<xsl:for-each select="//$bibkey">
<ol>
<li><xsl:value-of select="." /></li>
</ol>
</xsl:for-each>
<h3>Titles</h3>
<xsl:for-each select="//$bibkey">
<xsl:value-of select="$bibrecord//mods:title" />
</xsl:for-each>
</body>
</html>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Test for preceding-siblin, David Carlisle | Thread | Re: [xsl] variable question, Bruce D'Arcus |
| Re: [xsl] Newbie RSS/XSLT Configura, Nic Ferrier | Date | Re: [xsl] variable question, Bruce D'Arcus |
| Month |