Good Evening, Bruno Vernay did some research an found out that there is only one public dtd with xhtml and mathml support. ><!DOCTYPE html > PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" > "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd"> the problem is that this dtd is xhtml 1.1 which means >strict< and will not validate with most of docbook-xsl output.
My question is if would not be the best to create seperate xhtml stylesheets that create no presentation markup and rely completely on css. greetings Lars Trieloff ----- Original Message ----- From: "Norman Walsh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 12, 2001 3:41 PM Subject: DOCBOOK-APPS: Re: XHTML Stylesheets > / Lars Trieloff <[EMAIL PROTECTED]> was heard to say: > | I. I downloaded docbook-1.47 and converted my docbook the result was fine, > | but without any namespaces. > > Yes, I've taken a quick look at that problem and it's a bit deeper > than I expected. Getting the chunks in XML was pretty easy, but > getting the namespaces to propagate through may be a lot harder.
