Re: Escape characters for 'literal'?

Subject: Re: Escape characters for 'literal'?
From: "Russell Steven Shawn O'Connor" <roconnor@xxxxxxxxxxxx>
Date: Wed, 19 Apr 2000 15:53:03 -0400 (EDT)
On Wed, 19 Apr 2000, Malcolm, Douglas J wrote:

> hanging indent when the title is long enough to wrap to another line.
> Trouble is, Jade does not like me passing "<table>" and other html tags
> straight through. 

Eclose your entire style sheet (excluding the doctype) within 

<![RCDATA[

..

]]>

This more or less tells the parser to not parse tags as tags, but a
literal strings.  However entities are still parsed as entites.  If you
want to parse strings like &foo; as litteral strings in your document,
then use CDATA instead of RCDATA.

-- 
Russell O'Connor                           roconnor@xxxxxxxxxxxx
       <http://www.undergrad.math.uwaterloo.ca/~roconnor/>
``Paradoxically, a refusal to `put a monetary value on life' means that
life is often undervalued.'' -- Artificial Intelligence: A Modern Approach


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


Current Thread