SET211_RECEIVE-NASDAQ.XSL
<?xml version="1.0" encoding="UTF-8"?>
<!-- Inbound transformation created by JSF Visual XML Wizard (v2.0.3) -->
<xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:rdml="http://www.lansa.com/2000/XML/Function">
<xsl:output method="xml" indent="yes"/>
<xsl:template match="/">
<rdml:function>
<rdml:fields>
<xsl:call-template name="function-level"/>
</rdml:fields>
<rdml:list>
<xsl:for-each select="/nasdaqamex-dot-com/equity-quote">
<xsl:call-template name="list-level-0"/>
</xsl:for-each>
</rdml:list>
</rdml:function>
</xsl:template>
<xsl:template name="function-level"> <!-- /nasdaqamex-dot-com -->
</xsl:template>
<xsl:template name="list-level-0"> <!-- /nasdaqamex-dot-com/equity-quote -->
<rdml:entry>
<rdml:field name="S_211ISSU" longName="issue-name" value="{issue-name}" />
<rdml:field name="S_211THIG" longName="todays-high-price" value="{todays-high-price}" />
<rdml:field name="S_211TLOW" longName="todays-low-price" value="{todays-low-price}" />
<rdml:field name="S_211YHIG" longName="fifty-two-wk-high-price" value="{fifty-two-wk-high-price}" />
<rdml:field name="S_211YLOW" longName="fifty-two-wk-low-price" value="{fifty-two-wk-low-price}" />
<rdml:field name="S_211LAST" longName="last-sale-price" value="{last-sale-price}" />
</rdml:entry>
</xsl:template>
</xsl:transform>
<?xml version="1.0" encoding="UTF-8"?>
<!-- Inbound transformation created by JSF Visual XML Wizard (v2.0.3) -->
<xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:rdml="http://www.lansa.com/2000/XML/Function">
<xsl:output method="xml" indent="yes"/>
<xsl:template match="/">
<rdml:function>
<rdml:fields>
<xsl:call-template name="function-level"/>
</rdml:fields>
<rdml:list>
<xsl:for-each select="/nasdaqamex-dot-com/equity-quote">
<xsl:call-template name="list-level-0"/>
</xsl:for-each>
</rdml:list>
</rdml:function>
</xsl:template>
<xsl:template name="function-level"> <!-- /nasdaqamex-dot-com -->
</xsl:template>
<xsl:template name="list-level-0"> <!-- /nasdaqamex-dot-com/equity-quote -->
<rdml:entry>
<rdml:field name="S_211ISSU" longName="issue-name" value="{issue-name}" />
<rdml:field name="S_211THIG" longName="todays-high-price" value="{todays-high-price}" />
<rdml:field name="S_211TLOW" longName="todays-low-price" value="{todays-low-price}" />
<rdml:field name="S_211YHIG" longName="fifty-two-wk-high-price" value="{fifty-two-wk-high-price}" />
<rdml:field name="S_211YLOW" longName="fifty-two-wk-low-price" value="{fifty-two-wk-low-price}" />
<rdml:field name="S_211LAST" longName="last-sale-price" value="{last-sale-price}" />
</rdml:entry>
</xsl:template>
</xsl:transform>