I had trouble before with Prince 8.1 rev 5 getting this to work (I had to modify the DTD file), but with Prince 9, I'm still having trouble. I've got an XHTML file using MathML, and when trying to put it through Prince, I get an error:
prince: /usr/local/lib/prince/license/license.dat: warning: inapplicable license
prince: http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd:9435: error: XML conditional section not closed
prince: index.html: error: could not load input file
prince: error: no input documents to process
No output file is created. It seems there's a parsing problem with the DTD file. How do I get MathML to work in XHTML?
(The doctype I'm using:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"
"http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd">
)
prince: /usr/local/lib/prince/license/license.dat: warning: inapplicable license
prince: http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd:9435: error: XML conditional section not closed
prince: index.html: error: could not load input file
prince: error: no input documents to process
No output file is created. It seems there's a parsing problem with the DTD file. How do I get MathML to work in XHTML?
(The doctype I'm using:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"
"http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd">
)