xsl-list
[Top] [All Lists]

Re: [xsl] getting the child element based on attribute

2010-11-12 22:10:08

but i dont want to do any sort of hardcoding over there. 
         my QM_Mapping.xml will keep on changing depending on  the environment
--- On Sat, 13/11/10, Mukul Gandhi <gandhi(_dot_)mukul(_at_)gmail(_dot_)com> 
wrote:

From: Mukul Gandhi <gandhi(_dot_)mukul(_at_)gmail(_dot_)com>
Subject: Re: [xsl] getting the child element based on attribute
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Date: Saturday, 13 November, 2010, 7:34 AM
On Sat, Nov 13, 2010 at 6:14 AM, ram
<ram_kurra(_at_)yahoo(_dot_)co(_dot_)in>
wrote:
    If let us suppose QMName is BRKQM i need to get
save it on variable
    and based on this i need to take the QMNumber
and save it in a variable
         similar case with BSKQM as well.

If your context node is element "Config-Policy" then the
corresponding
value (as you've specified) of QMNumber can be assigned to
a XSLT
variable as follows,

<xsl:variable name="qnNumber_val" select="Policy[QMName
= 'BRKQM']/QMNumber" />




-- 
Regards,
Mukul Gandhi

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--





--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--