David Douthitt, 2001-06-12 10:03 -0500
>Daniel Baker wrote:
>
> > In your Document Replace all "Lesser Thans" with  "& l t ;" and all
> > your "Lessor Thans" with "& g t ;"  Doing a global search and replace
> > in most editors will accomplish this with minimal fuss.
>
>Bourne shell can do it:
>
>#!/bin/sh
>
># Filter a message...
>
>sed 's/>/\>/
>s/</\&lt;/'
>
>...There must be more than just those two....

David,
There are, but the ones that cause the most problems are "&", "<", and ">". 
Here is a link to a list of special characters.

http://www.us.sgmltools.org/guide/guide-3.html#ss3.2

--
Mike Noyes <[EMAIL PROTECTED]>
http://leaf.sourceforge.net/


_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to