alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Cobertura example source code file (xhtml-special.ent)

This example Cobertura source code file (xhtml-special.ent) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Cobertura tags/keywords

entity, entity, htmlspecial, iso, iso, isolat2, isonum, isonum, isopub, isopub, latin, new, rfc, special

The Cobertura xhtml-special.ent source code

<!-- Special characters for XHTML -->

<!-- Character entity set. Typical invocation:
     <!ENTITY % HTMLspecial PUBLIC
        "-//W3C//ENTITIES Special for XHTML//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent">
     %HTMLspecial;
-->

<!-- Portions (C) International Organization for Standardization 1986:
     Permission to copy in any form is granted for use with
     conforming SGML systems and applications as defined in
     ISO 8879, provided this notice is included in all copies.
-->

<!-- Relevant ISO entity set is given unless names are newly introduced.
     New names (i.e., not in ISO 8879 list) do not clash with any
     existing ISO 8879 entity names. ISO 10646 character numbers
     are given for each character, in hex. values are decimal
     conversions of the ISO 10646 values and refer to the document
     character set. Names are Unicode names. 
-->

<!-- C0 Controls and Basic Latin -->
<!ENTITY quot    """> 
<!ENTITY amp     "&#38;"> 
<!ENTITY lt      "&#60;"> 
<!ENTITY gt      ">"> 
<!ENTITY apos	 "'"> 

<!-- Latin Extended-A -->
<!ENTITY OElig   "Œ"> 
<!-- ligature is a misnomer, this is a separate character in some languages -->
<!ENTITY Scaron  "Š"> 

<!-- General Punctuation -->
<!ENTITY ensp    " "> 
<!ENTITY emsp    " "> 
<!ENTITY thinsp  " "> 
<!ENTITY zwnj    "‌"> 
<!ENTITY lrm     "‎"> 
<!ENTITY rlm     "‏"> 
<!ENTITY ndash   "–"> 
<!ENTITY mdash   "—"> 
<!ENTITY lsquo   "‘"> 
<!ENTITY ldquo   "“"> 
<!ENTITY dagger  "†"> 
<!ENTITY Dagger  "‡"> 
<!ENTITY permil  "‰"> 
<!ENTITY lsaquo  "‹"> 

Other Cobertura examples (source code examples)

Here is a short list of links related to this Cobertura xhtml-special.ent source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.