Content deleted Content added
AlleborgoBot (talk | contribs) m robot Modifying: pl:Namespaces in XML |
|||
Line 12:
<pre><nowiki>xmlns="http://www.w3.org/1999/xhtml"</nowiki></pre>
Note, however, that the URI is not actually read as an online address; it is simply treated by an XML parser as a string. For example, [http://www.w3.org/1999/xhtml http://www.w3.org/1999/xhtml] itself does not contain any code, it simply describes the [[xhtml]] namespace to human readers. Using a
The declaration can also include a short prefix with which elements and attributes can be identified, e.g.: <pre><nowiki>xmlns:xhtml="http://www.w3.org/1999/xhtml"</nowiki></pre>
|