Unicode / ASCII / HTML – XML/XSLT
ON THIS PAGE:
OTHER PAGES:
The master code table from which the Unicode / ASCII / HTML tables were derived is available for download in XML form, along with an XSLT stylesheet containing templates to convert the XML form to HTML. Right-click on the entry below and select “Save Link As…” or “Save Target As…” to save the file. No schema or DTD is available for the table but the contents should be self-explanatory. The XSLT stylsheet is intended to be included with other templates by means of an <xsl:include> directive.
The following examples show the actual XML elements used to create some of the HTML tables on the Unicode / ASCII / HTML page, using the templates in the XSLT stylesheet available above.
<code-table prog="yes" abbr="yes" width="100%"
    file="codetab.xml" start="0" end="15"/>

<code-table abbr="yes" width="100%"
    file="codetab.xml" start="16" end="31"/>

<code-table html="yes" ch="yes" width="100%"
    file="codetab.xml" start="32" end="63"/>

<code-table ch="yes" width="100%"
    file="codetab.xml" start="64" end="95"/>

<code-table ch="yes" width="100%"
    file="codetab.xml" start="96" end="127"/>

<code-table html="yes" ch="yes" width="100%"
    file="codetab.xml" start="160" end="175"/>

<code-table html="yes" ch="yes" width="100%"
    file="codetab.xml" start="176" end="191"/>
The Unicode / ASCII / HTML master code table and the XSLT stylesheet are made available under the GNU Lesser General Public License.
Valid HTML 4.0! Valid CSS! Last modified:
25 March 2008