Hi Rams,

For user input through a browser you might want to use a javascript WYSIWYG editor.

http://tinymce.moxiecode.com/

http://www.fckeditor.net/

We've used both. These allow for setting up styles and customization of allowed input.

If you want to insure that nobody attempts to abuse you by getting around the javascript you could do some server side processing (including some processing to change high bit ascii to HTML entities). The biggest danger we've encountered is people copying from MS Word into the text input - which works surprisingly well -- sort of.

hope this helps.

asa



On Jun 4, 2008, at 10:34 PM, Rams wrote:

Hi everyone,

Sorry if this is a really n00b question, but what do you use to parse input for html tags? Is there anything built in? I'm using WO 5.3.3 and Wonder.

Thanks! _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/a.talk %40zenn.net

This email sent to [EMAIL PROTECTED]

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to