OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [docbook-apps] MathML and DocBook problems


I finally found mathml2.dtd at W3, and now all validates OK with the following:

<!DOCTYPE mml:math PUBLIC "-//W3C//DTD MathML 2.0//EN"
"http://www.w3.org/Math/DTD/mathml2/mathml2.dtd";
[
<!ENTITY % MATHML.prefixed "INCLUDE">
<!ENTITY % MATHML.prefix "mml">
]>

Now all I need to do is get the FO converted to XHTML and PDF - is 
MathML to SVG a good approach (it's certainly less expensive than 
Antenna House)  Whatever happened to Schemasoft's converter?

Many thanks for all your help.

(I have a local copy of the MathML DTD)

Ron

>  > -----Original Message-----
>>  From: Mauritz Jeanson
>>
>>  The DOCTYPE declaration in Mich3.xml does not look right. If
>>  you use the
>>  following,
>>
>>   <!DOCTYPE mml:math PUBLIC "-//W3C//DTD MathML 2.0//EN"
>>  "http://www.w3.org/TR/MathML/dtd/mathml2.dtd"; [
>>  <!ENTITY % MATHML.prefixed "INCLUDE">
>>  <!ENTITY % MATHML.prefix "mml" >
>>  ]>
>>
>>  does it work then?
>
>
>Sorry, wrong system ID. It should be
>
><!DOCTYPE mml:math PUBLIC "-//W3C//DTD MathML 2.0//EN"
>"http://www.w3.org/Math/DTD/mathml2/mathml2.dtd"; [
><!ENTITY % MATHML.prefixed "INCLUDE">
><!ENTITY % MATHML.prefix "mml" >
>]>
>
>
>For faster processing, I suggest that you use a local copy of the MathML DTD
>and add an entry for it in your catalog file in Oxygen.
>
>/MJ
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
>For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org


-- 
Ron Catterall, Phd, DSc				email: ron@catterall.net
Prolongacion de Hidalgo 140				http://catterall.net/
San Felipe del Agua					tel: +52 951 520 1821
Oaxaca      68020	Mexico				fax: +1 530 348 8309


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]