Filter streams

Last modified by superadmin on 2021/09/09 16:24

Filter module is still young and experimental and while exporting should be safe enough, importing can be more risky for the current instance.

Current conversion

Configuration

Input
The syntax to use to convert rich macro content. The default is current default syntax. org.xwiki.rendering.syntax.Syntax
The source to load the wiki from org.xwiki.filter.input.InputSource Supported formats are file:<path in server> (e.g. file:/home/myuser/target.ext) and url:<url> (e.g. url:http://myserver/some/file/to/parse.ext). When empty it read the request input stream.
verbose boolean
Output
The encoding to use when serializing XML java.lang.String
Indicate if the output XML should be formated boolean
The target where to save the content org.xwiki.filter.output.OutputTarget Supported format is file:<path in server> (e.g. file:/home/myuser/target.xml). When empty it send a file named target to the browser.
verbose boolean

   
iSymphony