Skip to content

Instantly share code, notes, and snippets.

@sandroasp
Created January 12, 2012 02:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sandroasp/1598161 to your computer and use it in GitHub Desktop.
Save sandroasp/1598161 to your computer and use it in GitHub Desktop.
Select Empregados
<xsl:for-each select="Empregado">
<Pessoa>
<Nome>
<xsl:value-of select="Nome/text()" />
</Nome>
<Sexo>
<xsl:value-of select="Sexo/text()" />
</Sexo>
</Pessoa>
</xsl:for-each>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment