You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-dev@maven.apache.org by Josep Llort Tella <jl...@openkm.com> on 2011/03/25 13:31:09 UTC

minimal test with doxia twiki is not running

I've tryed so simply twiki test class with

Parser parser = new TWikiParser();
Reader reader = ReaderFactory.newReader( new
File("/home/jllort/Escritorio/TWikiParserTest.twiki"), "UTF-8" );
OutputStream out = new BufferedOutputStream(new
FileOutputStream("/home/jllort/Escritorio/out.html"));
parser.parse(reader, new TWikiSinkFactory().createSink(out, "UTF-8"));

But the output it's the same than input, could you tell me some idea about
what I'm doing wrong. I'm missing something .. but I don't know what. Any
page with some example will be appreciated too.

Thanks on advance

Josep
    OpenKM Team ( be open my friend )