diff options
-rw-r--r-- | share/templates/en_US/error_messages.cfg | 11 |
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><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"></code> + </p> + </div> + .EOF. +</msg>
\ No newline at end of file |