| Refresh | Home EGTry.com


<?xml version="1.0" encoding="UTF-8"?>
<table type="database">

  <column type="string"/>
  <row type="long"/>
  <record type="date"/>
    

</table>


<?xml version="1.0" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

  <xsl:variable name="v1">
    <xsl:copy-of select="/table/column" />
  </xsl:variable>

  <xsl:variable name="v2">
    <a>
     <xsl:attribute name="href">http://www.egtry.com</xsl:attribute>
    </a>
  </xsl:variable>

  <xsl:template match="/">

   <xsl:copy-of select="$v1" />
   <xsl:copy-of select="$v2" />

	</xsl:template>




</xsl:stylesheet>


<?xml version="1.0" encoding="UTF-8"?>
<column type="string"/>
<a href="http://www.egtry.com"/>