<page>
<seealso>see.gif</seealso>
<link>
<internal><custom>/abc/one.jsp<custom></internal>
<external/>
</link>
<link>
<internal><custom<custom></internal>
<external>google.com<external/>
</link>
</page>
My requirement is seealso image should come whenever there are values present in that <internal><custom> or <external>
if no values exist then we should not provide the see also image.
THis is the requiremnt and URGENT. Plz help me in this regard or provide me any solution .
or case ii
even if we want to change the xml like this
<page>
<link>
<seealso>see.gif</seealso>
<internal><custom>/abc/one.jsp<custom></internal>
<external/>
</link>
<link>
<seealso>see.gif</seealso>
<internal><custom<custom></internal>
<external>google.com<external/>
</link>
</page>
then too the seealso should come only once then all the links follow. and it should not come for each link.
mktg_sub_rbody_present1.xsl xsl
newsubabovelink.xml XML and XSL
|