Sugapablo wrote:
[color=blue]
> On Thu, 19 May 2005 17:29:44 +0300, Henri Sivonen wrote:
>[color=green]
>> So basically you are asking if there is a way to take something that is
>> not XHTML 1.0 Strict and validate it as XHTML 1.0 Strict. What's the
>> point?[/color]
>
> I was under the impression that this was the whole point of XHTML. To
> "permit the combination of existing and new feature sets when developing
> content". (
http://www.w3.org/TR/xhtml1/#why)[/color]
Yes, you certainly can. But the result won't be XHTML 1.0. It'll be some
document type of your own making. You can validate it if you create a DTD
or Schema based on XHTML 1.0 and add your specified modifications. The
modular version of XHTML (
http://www.w3.org/TR/xhtml11/) lets you add and
subtract...but you'll still have to call the result "Russ's Modified XHTML"
or something like, because it won't be standard XHTML any more.
Lots of people do this with modular document types, of which the two biggest
and best known are DocBook and TEI. There's a whole section in the chapter
on DTDs in my book on SGML and XML Tools [1] which describes the process
using DocBook as an example, and the DTD for the XML FAQ is a small example
of this (
http://xml.silmaril.ie/faq.dtd).
///Peter
--
1. Flynn, P. Understanding SGML and XML Tools, Kluwer, Boston, 1998. ISBN:
0-7923-8169-6