Try an XSLT tutorial, you are asking a lot of basic questions you should be able to find an answer to yourself by reading a tutorial on XPath and XSLT.
You can bind a value to a variable using xsl:variable e.g.
Code:
<xsl:variable name="v1" select="//ep:field[@name = 'Owner']"/>