RE: How to output HTML comments in JADE

Subject: RE: How to output HTML comments in JADE
From: "STE MARIE, PAUL" <PAUL.STE@xxxxxxxxxxxxxxx>
Date: Wed, 24 Mar 1999 09:35:27 -0500
P. Stritzi [SMTP:e6g1m6n3@xxxxxx] <mailto:[SMTP:e6g1m6n3@xxxxxx]>  wrote:
 
> (make element gi: "style" attributes '(("type" "text/css"))
>  (literal "<!-- TD { font-family: sans-serif } -->"))
>
> Somehow jade notices when the text output is a comment and drops it.

The DSSSL Style Sheet is an SGML document, so your comment text is lost
before the style sheet engine ever starts up. If you replace the <>'s with
&lt; and &gt; it should work much better.

Paul J. Ste. Marie			(937)865-6800 x4384
Professional Data Resources		Paul_SteMarie@xxxxxxxxxx
<mailto:Paul_SteMarie@xxxxxxxxxx> 


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


Current Thread