Skip to content

Instantly share code, notes, and snippets.

@lemire
Last active August 29, 2015 14:22
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 lemire/7a51885a8671bc3d5eff to your computer and use it in GitHub Desktop.
Save lemire/7a51885a8671bc3d5eff to your computer and use it in GitHub Desktop.
Document XML avec espaces de noms
<?xml version="1.0"?> <recherche xmlns="http://www.google.com/" xmlns:yahoo="http://www.yahoo.com/">
<mots-clefs xmlns="http://www.yahoo.com/">fraise, orange</mots-clefs>
<yahoo:mot xmlns:yahoo2="http://www.yahoo.com/"><nombre>3</nombre> </yahoo:mot> </recherche>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment