Re: Conversion ???

Subject: Re: Conversion ???
From: Toby Speight <Toby.Speight@xxxxxxxxxxxxxx>
Date: 09 Jun 1999 11:57:16 +0100
Wachata> Wachata Wolfgang <URL:mailto:wolfgang.wachata@xxxxxx>

0> In article
0> <2B391DD53F5FD211AE6E00A0C9D77833741A6D@xxxxxxxxxxxxxxxxxxx>,
0> Wachata wrote:

Wachata> any suggestions how to suppress the character-conversion of a
Wachata> jade-output; the statement looks like this:
Wachata>
Wachata> (literal "<![CDATA[ <html></html> ]]>")
Wachata>
Wachata> what i get is: "&#60;html&#62;&#60;/html&#62;" what i want is
Wachata> just simple html: "<html></html>"

Are you using the SGML (or XML) backend?  If so, check out the
"formatting-instruction" flow object.

(define (make-formatting-instruction str)
    (make formatting-instruction
          data: str))

-- 


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread