Re: DTD or no DTD?

Subject: Re: DTD or no DTD?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 31 Aug 2000 10:38:10 GMT
> There is a DTD at http://www.openebook.org/dtds/oeb-1.0/oebdoc1.dtd

wherein one finds:

<!ATTLIST html
  %InternationalAttributes;
  xmlns         %URI;   #FIXED
  "http://openebook.org/namespaces/oeb-document/1.0/";

Thus, by adding the doctype you've moved all the elements into a
different namespace, with the result that


> With the document and stylsheet as given,
> the html template never triggers.

unless you write the stylesheet to match elements in that namespace.

David


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread