|
Subject: [xsl] performance issues and selecting From: Bruce D'Arcus <bdarcus@xxxxxxxxxxxxx> Date: Thu, 16 Sep 2004 17:22:40 -0400 |
<xsl:template match="cs:place">
<xsl:param name="source"/>
<xsl:apply-templates select="$source/mods:originInfo/mods:place |
$source/mods:relatedItem/mods:originInfo/mods:place">
<xsl:with-param name="prefix" select="@before"/>
<xsl:with-param name="suffix" select="@after"/>
</xsl:apply-templates>
</xsl:template><xsl:template match="cs:place">
<xsl:param name="source"/>
<xsl:apply-templates select="$source/descendant::mods:place">
<xsl:with-param name="prefix" select="@before"/>
<xsl:with-param name="suffix" select="@after"/>
</xsl:apply-templates>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] not getting expected matc, Crouch, Luke H. | Thread | RE: [xsl] performance issues and se, Michael Kay |
| RE: [xsl] not getting expected matc, Crouch, Luke H. | Date | [xsl] attribute length, Russ Little |
| Month |