<
ns0:TransRequest
xmlns:ns0
=
"http://microsoft.com"
>
ns0:In
ns0:RecData
ns0:Age
>Age_0</
ns0:FullName
>A</
>B</
>C</
>D</
>E</
>F</
</
ns0:Request
ns0:InDocument
ns0:Name_Data
ns0:Name
>0</
xsl:call-template
name
"Loopable"
/>
xsl:template
xsl:param
"index"
select
"1"
"total"
"15"
xsl:element
"ns0:Name_Data"
"ns0:Name"
xsl:choose
xsl:when
test
"translate(//ns0:TransRequest/ns0:In/ns0:RecData/ns0:FullName[$index],'','') != ''"
xsl:value-of
"//ns0:TransRequest/ns0:In/ns0:RecData/ns0:FullName[$index]"
xsl:otherwise
xsl:text
xsl:if
"not($index = $total)"
xsl:with-param
"$index + 1"
Steef-Jan Wiggers edited Revision 10. Comment: Corrected layout
Sandro Pereira edited Revision 9. Comment: Add TOC
Sandro Pereira edited Revision 8. Comment: Add see also
Naomi N edited Revision 6. Comment: Minor edit
SAAkhlaq edited Revision 4. Comment: Explanation added for xsl
SAAkhlaq edited Revision 5. Comment: Images added.
SAAkhlaq edited Revision 3. Comment: Images added
SAAkhlaq edited Revision 2. Comment: Added images
Images are not shown
It would be helpful to include some explanation of how the XSLT works, since not everyone knows XSLT