RE: emitting comments

Subject: RE: emitting comments
From: Wachata Wolfgang <wolfgang.wachata@xxxxxx>
Date: Wed, 4 Aug 1999 14:42:56 +0200
you can use a CDATA section for comments, for example a server-side include
like this:

(make formatting-instruction data: "<![CDATA[<!--#INCLUDE
FILE=\"test.txt\"]]>")

Wolfgang
:) -----Original Message-----
:) From: Holger Klawitter [mailto:holger@xxxxxxxxxxxx]
:) Sent: Mittwoch, 4. August 1999 14:05
:) To: dssslist@xxxxxxxxxxxxxxxx
:) Subject: emitting comments
:) 
:) 
:) Hi there,
:) 
:) Here is a way to emit SGML comments:
:) 
:) (define (make-comment comment)
:) 	(make formatting-instruction data: (string-append
:) 		"<"
:) 		"!--"
:) 		comment
:) 		"-->"
:) 	))
:) )
:) 
:) 
:) Note the separation of "<" and "!--". If you put both into one
:) string the whole result will be eaten. Is this a bug or a feature?
:) 
:) Regards,
:) 	Holger Klawitter
:) 
:) -- 
:) Holger Klawitter                                     +49 
:) (0)251 484 0637
:) holger@xxxxxxxxxxxx                             
:) http://www.klawitter.de/
:) 
:) 
:)  DSSSList info and archive:  
:) http://www.mulberrytech.com/dsssl/dssslist
:) 


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


Current Thread