Skip to content

Instantly share code, notes, and snippets.

@sandroasp
Created January 12, 2012 02:26
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/1598182 to your computer and use it in GitHub Desktop.
Save sandroasp/1598182 to your computer and use it in GitHub Desktop.
Mensagem Inicial ExemploScriptingFunctoid
<ns0:Origem xmlns:ns0="http://ComoFuncinamOsMapas.Schema1">
<Cliente>
<Nome>Sandro Pereira</Nome>
<Idade>33</Idade>
<Sexo>M</Sexo>
</Cliente>
<Cliente>
<Nome>Elsa Ligia</Nome>
<Idade>28</Idade>
<Sexo>F</Sexo>
</Cliente>
<Cliente>
<Nome>Pedro Lamas</Nome>
<Idade>28</Idade>
<Sexo>M</Sexo>
</Cliente>
<Empregado>
<Nome>Jose Antonio</Nome>
<Idade>39</Idade>
<Sexo>M</Sexo>
</Empregado>
<Empregado>
<Nome>Rui Barbosa</Nome>
<Idade>35</Idade>
<Sexo>M</Sexo>
</Empregado>
</ns0:Origem>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment