Comment créer et utiliser l'espace de noms XML?

Je veux une page comme ceci:

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:m="mine.xsd">
    <m:dialog m:title="Hello">Hi there!</m:dialog>
</html>

Comment puis-je écrire "de la mine.xsd"?

OriginalL'auteur JSPDeveloper01 | 2010-07-18