posted 22 years ago
Hi,
I have an xml in the following format.
<Employee>
<Name> Srini </Name>
<Address>
<State>VA</State>
</Address>
</Employee>
I wrote an xsl to retrieve the content of Address node
<xsl:template match="Employee">
<xsl:value-of select="Address"/>
</xsl:template>
The above lines are retrieving the value as "VA" instead of <State>VA</State>.
Please let me know is there any way to retrieve the child tags also.
Thanks in advance.
Srini
Srini<br />scea,scdjws,scbcd, scwcd,scjp