> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Jason Carreira
> Sent: Tuesday, February 25, 2003 4:10 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [OS-webwork] Re: Webwork 2.0 example app
> 
> Speaking of Wiki's, did anyone else see this:
> 
> http://snipsnap.org/space/Radeox
> 
> They've made their wiki rendering engine (the thing that takes the
plain
> text and simple formatting commands and turns it into XHTML) a
separate
> module you can plug in.
> 
> Could be a nice data entry option for the Xwork blog... 

Looks cool, but do you want to use a number of third-party components,
especially ones that aren't from OpenSymphony? If you wanted to keep it
simple, with jdk 1.4, we could do:

content.replaceAll("\[b\]", "<b>");

or with jdk 1.x backward compatibily (in a loop):

content.replace("[b]", "<b>");

Just a thought,
rick



-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to