xsl-list
[Top] [All Lists]

one-to-many mapping

2003-03-06 14:19:44
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



<Prev in Thread] Current Thread [Next in Thread>