You would need to use the 2.0 snapshot for that to work. (There's an
issue with multiple external entities.)
However, in that particular case, I'd think it would be easier to use
the actual value instead of an external entity:
<!ENTITY nbsp " ">
-- Scott
> Hi,
>
> I'm switching to Resin-XSLT from gnome::LibXSLT. In
> the gnome parser, there was a special tag called
> "ENTITY" you could use to escape unsupported
> characters as follows:
> <!DOCTYPE HTML [<!ENTITY nbsp SYSTEM "nbsp.txt">
> <!ENTITY dot SYSTEM "dot.txt"> ]>
>
> This replaced every instance of with the
> contents of nbsp.txt, which contains " ". I'm
> wondering if there is anything similar in the Caucho
> processor. Writing out
> <xsl:text
> disable-output-escaping="yes"> </xsl:text>
> every time is super ugly.
>
> Please CC this address (cbeels2@xxx.com) on the
> reply.
>
> Thanks,
> Chris
>
> __________________________________________________
> Do You Yahoo!?
> Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
> http://im.yahoo.com
>
Received on Wed 12 Sep 2001 16:41:01 -0700
This archive was generated by hypermail 2.1.8 : Thu Sep 28 2006 - 20:16:44 PDT