Hi

I've tryed so simply 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 don't know what I'm missing, any example will be
appreciated too.

Thanks on advance

Josep
    OpenKM Team ( be open my friend )

Reply via email to