Quote:
Originally Posted by mhkay
Can you show what you want the output to look like?
Can you explain what you have tried and why you are finding the problem difficult?
|
to be specific for example when i'm calling <a> element, how can i can call <c> in element to concatenate in to it
<xsl:template match="a">
<xsl:value-of select="b"/>
</xsl:template>