Skip to content

Instantly share code, notes, and snippets.

@Fhernd
Created August 8, 2014 12:02
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 Fhernd/f18733e0eb4933a0a65d to your computer and use it in GitHub Desktop.
Save Fhernd/f18733e0eb4933a0a65d to your computer and use it in GitHub Desktop.
Listado de clientes en archivo XML.
<?xml version="1.0" encoding="utf-8" ?>
<!-- Listado de clientes -->
<clientes>
<cliente ID="C001">
<nombre>Industrias Sas.</nombre>
<telefono>1239673</telefono>
<comentarios>
<! [CDATA[Cliente de servicio de atención inmediata.]]>
</comentarios>
</cliente>
<cliente ID="C002">
<nombre>Inmobiliaria S.A.</nombre>
<telefono>8527419</telefono>
<comentarios>
<! [CDATA[Servicios inmobiliarias del distrito.]]>
</comentarios>
</cliente>
</clientes>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment