Re: DOCBOOK-APPS: Re: XHTML Stylesheets

2001-12-13 Thread Bruno VERNAY
Concerning Mozilla and MathML, I found that : Mozilla needs : - An .xml extention (It cares only for the mime type and not for the DOCTYPE !) - a namespace in the tag as well as in the html tag ! So : the only modification you need is : - in the myDocBook.xsl : add this

Fw: DOCBOOK-APPS: Re: XHTML Stylesheets

2001-12-12 Thread Lars Trieloff
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.4

DOCBOOK-APPS: Re: XHTML Stylesheets

2001-12-12 Thread Norman Walsh
/ 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 gett

Re: DOCBOOK-APPS: Re: XHTML Stylesheets

2001-12-12 Thread Bruno VERNAY
I found that this : http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd"; [ ]> Simple test test. Is validated using (http://validator.w3.org/) (Option

DOCBOOK-APPS: Re: XHTML Stylesheets

2001-12-11 Thread Lars Trieloff
Once Again, I. I downloaded docbook-1.47 and converted my docbook the result was fine, but without any namespaces. II. I added this line to html/docbook.xsl http://www.w3.org/1999/XSL/Transform"; xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"; xmlns:xhtml="http://www.w3.org/1999/xhtm

DOCBOOK-APPS: Re: XHTML Stylesheets

2001-12-11 Thread Lars Trieloff
I am using xalan-java-latest under windows. I haven't customized the xsl so much: to xhtml/docbook.xsl and xhtml/chunk.xsl I added this lines: http://www.w3.org/1999/XSL/Transform"; xmlns:mml="http://www.w3.org/1998/Math/MathML"; xmlns:html="http://www.w3.org/1999/xhtml"; version='1.0'> and

DOCBOOK-APPS: Re: XHTML Stylesheets

2001-12-10 Thread Norman Walsh
/ Lars Trieloff <[EMAIL PROTECTED]> was heard to say: | I've got a small problem with the xhtml xsl. I was trying to create XHTML | that conforms with mozillas requirements for displaying mathml but I was | unable to add the xhtml namespace to the html element. | If I just added it in the styleshe