Hi I have a xml file tag as below:

Code:
<supr:TABLE_INFO>
<supr:field>
	<supr:tag>seq-num</supr:tag>
</supr:field>
</supr:TABLE_INFO>

Here I have written a XSL for get above xml tag values and
the same is are below:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0"
...