summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/templates/en_US/error_messages.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/templates/en_US/error_messages.cfg b/share/templates/en_US/error_messages.cfg
index f32a911..d5c0f59 100644
--- a/share/templates/en_US/error_messages.cfg
+++ b/share/templates/en_US/error_messages.cfg
@@ -1935,3 +1935,14 @@ verbose <<.EOF.
<msg 447>
original = "Sorry, \#ALL and \#IMPLICIT content tokens not implemented"
</msg>
+<msg no-xmlns>
+ original = "Missing xmlns attribute for element %1. The value should be: %2"
+ verbose <<.EOF.
+ <div class="ve no-xmlns">
+ <p>
+ Many Document Types based on XML need a mandatory <code>xmlns=""</code> on the root element. For example, the root element for <a href="http://www.w3.org/TR/xhtml1/#strict">XHTML</a> will look like:<br />
+ <code>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;</code>
+ </p>
+ </div>
+ .EOF.
+</msg> \ No newline at end of file