✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Soit le document XML suivant :
<?xml version="1.0"?><book>
<title xmlns="http://www.library.com/book" lang="EN-US">Cheaper by the Dozen</title>
<isbn:number xmlns:isbn="http://www.library.com/isbn" isbn:format="extended">1568491379</isbn:number>
<notes xmlns:xhtml="http://www.w3.org/1999/xhtml">
<p xmlns="http://www.w3.org/1999/xhtml">Un livre <i>amusant</i> !</p>
</notes>
</book>
Associer les éléments et leurs attributs à leur espace de noms respectif.