Hi All,
I m new to XML,and i am breaking head for the last days for the problem.
i have a xml file with following format

site.xml
Code:
<sites>
<site>
<name>,,,
<keyword>one</keyword>
</site>
</sites>
Also, i need to pass the keyword field of xml to a xsl, dynamically from asp page

How to set param and how to use the param in...