JavaScript DHTML/Javascript Objects/namespace
Версия от 10:00, 26 мая 2010; (обсуждение)
"namespace" Example
<html xmlns:namespace1 xmlns:namespace2>
<button onclick="alert(document.namespaces(0).name);">
Name of first namespace on the page
</button>
</body>
</html>