Clubbing two XMLs before display using xtags
Hi,
I need an approach to club two xmls one after the other and then parsing the new combined xml into xtags as the logic below to generate an html output.
<xtags:style xml="<%=sXml%>" xsl="<%=sXsl%>">
<xtags:param name="sSiteid"><%=sSiteid%></xtags:param>
<xtags:param name="sLinkid"><%=sLinkid%></xtags:param>
<xtags:param name="actionurl"><%=actionurl%></xtags:param>
</xtags:style>
I am able to show the output correctly with one xml but now I need to club two before display.
Kindly give some inputs.
Thanks,
Amit

