Link to home
Start Free TrialLog in
Avatar of gudii9
gudii9Flag for United States of America

asked on

xml xsl xpath

Hi,
I would like to know about XSL, XPATH, XML.
I see in my project code like belw

<xsl:call-template>

<xsl:with-param name="VALUE" select="lll"/>


<xsl:if test="$ABC_CD = 'AA'">
                        <xsl:call-template name="MapAmtWithKindCd">

<xPath>concat(rollNbr, '|', nbr)</xPath>
 <selectionRule>NODES_FROM_SHEET</selectionRule>





I am not clear what above code means and what it does. please advise.

Any good tutorials, resources, practice links, quiz links, video tutorials on these topics. Thanks in advance
ASKER CERTIFIED SOLUTION
Avatar of Gertone (Geert Bormans)
Gertone (Geert Bormans)
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gudii9

ASKER

any good links, tutorials, video tutorials to learn these concept easily and in simple manner. please advise