Fwd: How to extract PlainText from JSPWiki syntax

2020-11-23 Thread Emanuele Pecchioli
Hello everybody, we have to convert a String containing JSPWiki syntax into Plain Text. We would like to do this conversion without having installed the JSPWiki application. Is there any way to do it? Any available library? We found some very useful classes in *jspwiki-main* jar on maven central

Re: How to extract PlainText from JSPWiki syntax

2020-11-23 Thread Juan Pablo Santos Rodríguez
Hi Emanuele, I'm afraid to say that the WikiEngine is very needed: JSPWiki syntax not only covers direct to html syntax (i.e., * translating to an html list), but also variable resolution, plugin execution,authorization.. There are also filters which, not being present in the syntax, modify the ht