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