emitting comments

Subject: emitting comments
From: Holger Klawitter <holger@xxxxxxxxxxxx>
Date: Wed, 04 Aug 1999 14:05:01 +0200
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


Current Thread