Hi,
I need a custom attribute to store arbitrary data, for example:
Is it possible to create a global (like id, lang, etc) attribute, or at least to "import" an attribute from a DTD via xmlns="DTD-URI" ?
I need a custom attribute to store arbitrary data, for example:
Code:
<div id="page1" myattribute="page">
<h1 id="page1header" myattribute="header">
Is it possible to create a global (like id, lang, etc) attribute, or at least to "import" an attribute from a DTD via xmlns="DTD-URI" ?