Skip to content

Instantly share code, notes, and snippets.

@furenku
Created June 23, 2018 23:49
Show Gist options
  • Save furenku/979eb0313dc0e427515836ca86ac0d1d to your computer and use it in GitHub Desktop.
Save furenku/979eb0313dc0e427515836ca86ac0d1d to your computer and use it in GitHub Desktop.
ejemplo xml
<archivo>
<filename>
nombrearchivo.ext
</filename>
<tecnica>
texto de tecnica
</tecnica>
<precio>
666.66
</precio>
</archivo>
<archivo>
<filename>
otroarchivo.ext
</filename>
<tecnica>
texto de tecnica
</tecnica>
<precio>
666.66
</precio>
</archivo>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment