XHTML Plain 2001-05

Editor:
Sean B. Palmer (sean@mysterylights.com)

Abstract

XHTML Plain 2001-05 is a modularized XHTML Host Language conforming to the recent W3C recommendation, Modularization of XHTML.

Differences From XHTML Basic

  1. Removal of the base and param modules
  2. Addition of the ruby module
  3. Extension of the address content model to include %flow;

Conformance

Public and system identifiers:-

     PUBLIC: "-//SBP//DTD XHTML Plain 2001-05//EN"
     SYSTEM: "http://infomesh.net/2002/m12n/test/plain.txt"

Doctype declaration:-

<!DOCTYPE html PUBLIC "-//SBP//DTD XHTML Plain 2001-05//EN" 
             "http://infomesh.net/2002/m12n/test/plain.txt">

Document type driver file.

This very file is an exmaple of XHTML Plain 2001-05, containing the following code:-

<address>
<ruby>
  <rb><a title="Homepage Of Sean B. Palmer" 
         href="http://purl.org/net/sbp/">SBP</a></rb>
  <rp>(</rp><rt>© Sean B. Palmer</rt><rp>).</rp>
</ruby>
</address>

Also: [validate me].

SBP (© Sean B. Palmer).