Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

entities: support ' entity #122

Merged
merged 1 commit into from
Nov 10, 2019
Merged

entities: support ' entity #122

merged 1 commit into from
Nov 10, 2019

Commits on Nov 8, 2019

  1. entities: support ' entity

    The XHTML standard encompasses the XML standard.
    
    From the beginning, the XML standard [1] has always included required
    support for five character entities:
    
     1. the ampersand (&) as &
     2. the left angle bracket (<) as &lt;
     3. the right angle bracket (>) as &gt;
     4. the double-quote character (") as &quot;
     5. the apostrophe or single-quote character (') as &apos;
    
    See section "2.4 Character Data and Markup" of the XML standard [1]
    for further details.
    
    Add support for the character single-quote character entity (&apos;)
    in order to fully support XHTML pages.
    
    [1]: https://www.w3.org/TR/REC-xml/
    
    Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
    mackyle committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    e8948ec View commit details
    Browse the repository at this point in the history