[OS-JIRA] Created: (WOL-1138) HTML entities fail validation without a trailing ";"

From: Sacha Michel Mallais (JIRA) ("Sacha)
Date: Tue Dec 29 2009 - 17:52:52 EST

  • Next message: Thomas Lueger: "Re: Problems on 10.6 with old config after Xcode/iPhone SDK install -- SOLVED (sort of)"

    HTML entities fail validation without a trailing ";"
    ----------------------------------------------------

                     Key: WOL-1138
                     URL: http://issues.objectstyle.org/jira/browse/WOL-1138
                 Project: WOProject/WOLips
              Issue Type: Bug
              Components: WOLips General
        Affects Versions: WOLips Nightly
                Reporter: Sacha Michel Mallais
                Priority: Minor

    This construct fails validation in the builder:
    <wo:str valueWhenEmpty = "&nbsp" value = "foo" />

    This validates correctly:
    <wo:str valueWhenEmpty = "&nbsp;" value = "foo" />

    From the HTML 4.01 spec:
    Note. In SGML, it is possible to eliminate the final ";" after a character reference in some cases (e.g., at a line break or immediately before a tag). In other circumstances it may not be eliminated (e.g., in the middle of a word). We strongly suggest using the ";" in all cases to avoid problems with user agents that require this character to be present.

    -- 
    This message is automatically generated by JIRA.
    -
    If you think it was sent incorrectly contact one of the administrators: http://issues.objectstyle.org/jira/secure/Administrators.jspa
    -
    For more information on JIRA, see: http://www.atlassian.com/software/jira
    



    This archive was generated by hypermail 2.0.0 : Tue Dec 29 2009 - 17:53:40 EST