XML

Information about Extensible Markup Language (XML)


[Return]

Index

  1. My Works
    1. XT HTML output patch
    2. Apache mod_xml_charset
    3. XP Japanese patch
    4. XMLParser module for Ruby

1. My Works

1. XT HTML output patch

This patch is not maintained now.

HTML output with the character reference patch for James Clark's XT.

Experimental support for surrogate pair.

A patch to exclude the Hojo Kanji (JIS X 0212) from EUC-JP output.

2. Apache mod_xml_charset

This is the Apache module to decide a charset parameter of content-type by the byte order mark (BOM) or the encoding declaration of each XML file. This module requires Apache 1.3.x (confirmed to work with 1.3.4 and 1.3.6).

Additionally, mod_html_meta module that append HTTP headers from META element in HTML file is bundled.

Version 0.2.0 works with Apache 2.0.

Version 0.2.1 works with Apache 2.2.

3. XP Japanese patch

This patch is not maintained now.

EUC-JP and Shift_JIS patch for James Clark's XP.

4. XMLParser module for Ruby

See Ruby page.


© Copyright 2000-2007 by Yoshida Masato (yoshidam@yoshidam.net)