Subject: one-to-many mapping
From: "Bhandari, Ashish" <Ashish.Bhandari@xxxxxx>
Date: Thu, 6 Mar 2003 16:19:44 -0500
|
I have this case now when I do apply-templates how do I chose between the
two ?. Is this a
perfect place where "mode"s are used as part of the template attribute?.
<xsl:template match = "EDCFiLeg/@a15">
<xsl:element name = "equitySwapTerminationDate">
<xsl:element name = "unadjustedDate" namespace =
"http://www.fpml.org/2003/FpML-4-0">
<xsl:value-of select = "."/>
</xsl:element>
</xsl:element>
</xsl:template>
<xsl:template match = "EDCFiLeg/@a15">
<xsl:element name = "currency" namespace =
"http://www.fpml.org/2003/FpML-4-0">
<xsl:value-of select = "."/>
</xsl:element>
</xsl:template>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- one-to-many mapping
- Bhandari, Ashish - Thu, 6 Mar 2003 16:17:12 -0500 (EST) <=
- <Possible follow-ups>
- Passin, Tom - Thu, 6 Mar 2003 16:49:52 -0500 (EST)
|
|