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/</\</' ...There must be more than just those two.... _______________________________________________ Leaf-devel mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/leaf-devel
- [Leaf-devel] Website Problem Charles Steinkuehler
- Re: [Leaf-devel] Website Problem Kenneth Hadley
- Re: [Leaf-devel] Website Problem Mike Noyes
- Re: [Leaf-devel] Website Problem Mike Noyes
- Re: [Leaf-devel] Website Problem Kenneth Hadley
- Re: [Leaf-devel] Website Problem Charles Steinkuehler
- Re: [Leaf-devel] Website Problem Mike Noyes
- Re: [Leaf-devel] Website Problem Daniel Baker
- Re: [Leaf-devel] Website Problem Mike Noyes
- Re: [Leaf-devel] Website Problem David Douthitt
- Re: [Leaf-devel] Website Problem Mike Noyes