Hi All,
I have a large number of nodes in my xml documents that have names ending with "-para". For example, <labor-para>, <supervisor-para>, <manager-para> etc.
Is there a way to fetch them by using xpath ? Something like:
<xsl:template match="*'para'" >
Is this possible ?
TIA,
Sheila
I have a large number of nodes in my xml documents that have names ending with "-para". For example, <labor-para>, <supervisor-para>, <manager-para> etc.
Is there a way to fetch them by using xpath ? Something like:
<xsl:template match="*'para'" >
Is this possible ?
TIA,
Sheila