Skip to Content
Toggle navigation
Log-in
HybridDesktop - Knowledge Base
Page Index
User Index
Application Index
Global
Languages
Default Language
What's New
Search
Toggle the parent tree of Filter streams.
Filter streams
Toggle the hierarchy tree under Filter streams.
Filter streams
Last modified by
Tobias Wintrich
on 2024/06/21 14:48
Current conversion
Configuration
Input
Input type
Confluence XHTML Syntax input stream (confluence+xhtml/1.0)
Confluence XML input stream (confluence+xml)
Generic XML input stream (filter+xml)
XWiki instance input stream (xwiki+instance)
XAR input stream (xwiki+xar/1.1)
XAR input stream (xwiki+xar/1.2)
XAR input stream (xwiki+xar/1.3)
XAR input stream (xwiki+xar/1.4)
XAR input stream (xwiki+xar/1.5)
Input configuration
Macro content syntax
The syntax to use to convert rich macro content. The default is current default syntax.
org.xwiki.rendering.syntax.Syntax
macroSupport
macroSupport
org.xwiki.contrib.confluence.parser.xhtml.ConfluenceMacroSupport
Reference converter
The reference converter to use to convert references.
org.xwiki.contrib.confluence.parser.xhtml.ConfluenceReferenceConverter
Source
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
verbose
boolean
Output
Output type
Generic XML output stream (filter+xml)
XWiki instance output stream (xwiki+instance)
XWiki documents instance output stream (xwiki+instance+document)
XWiki extensions instance output stream (xwiki+instance+extension)
XWiki users instance output stream (xwiki+instance+users)
XAR output stream (xwiki+xar/1.1)
XAR output stream (xwiki+xar/1.2)
XAR output stream (xwiki+xar/1.3)
XAR output stream (xwiki+xar/1.4)
XAR output stream (xwiki+xar/1.5)
Output configuration
Encoding
The encoding to use when serializing XML
java.lang.String
Format
Indicate if the output XML should be formated
boolean
Target
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
verbose
boolean