This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: DTD or no DTD?



> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]