Tim,
> Other XSLT parsers don't have this same problem - with the '<' becoming
> <
> in CDATA sections (such as XT)
>
> However, I understand that this is to be fixed in future versions.
No, I think that CDATA sections as such are treated correctly by Sablotron
(see my previous post). Perhaps you're referring to the fact that < still
comes out escaped inside HTML <script> or <style> tags. That's incorrect
indeed, and it will be fixed.
> A work around is to wrap the CDATA sections in
> <xsl:text>
> </xsl:text>
> tags. (although it didn't seem to work when I was using it - but it is
> the
> official work around)
It's not, you probably mean <xsl:text disable-output-escaping='yes'>.
Tom