Re: DOCBOOK-APPS: XSL implementation of DBTeXMath

From
Dave Pawson <>
Date
2002-01-29T05:51:01+00:00
ID
[email protected]
Thread
Re: DOCBOOK-APPS: XSL implementation of DBTeXMath
At 23:33 28/01/2002 -0500, Allin Cottrell wrote:

>This is processed fine by jade, but using saxon and xsl I get the
>error:
>
>   Error on line 215 column 10 of
>   file:/home/allin/stats/esl/gretl/doc/xml/appendices.xml:
>     Error reported by XML parser: name expected (found "=")
>   Transformation failed: Run-time errors were reported
>
>Line 215 contains the first occurrence of "&=&".  Anyone know of a
>workaround for this?


Try putting all this stuff in a cdata section, or use disable output escaping.

HTH DaveP