The latter page links to XWiki Rendering Framework where there’s a list of output syntaxes, but I’m not sure if those are what I can enter in the URL parameter, because:
outputSyntax=plain is accepted, but plain/1.0 is not
outputSyntax=docbook seems not
Is there a way to obtain this parameter supported values?
It’s not easy to give a exhaustive list of all the support values in that documentation since it entirely depends on the syntax renderer you installed. I added those which are expected to be available in XWiki Standard.
There is no docbook renderer by default in XWiki Standard. You would need to install it.
Seems this page would need a refresh as it’s not very clear what is an extension, and where it is.
Ok, I guess I should always start by saying that I have no XWiki development experience nor architecture knowledge, so I usually try to put together a few lines and I quickly skim through a bunch of pages hoping to find some code to copy-paste
So of course dev docs are clearer for anybody with at least a little knowledge of XWiki.
Reading more carefully that page is clearer now.
Makes sense. Is there a REST API or any script API that one can call to get the list of available renderers? That would suffice IMHO.
Ha. So the (X) in the table does not mean “does this renderer need an extension?”, I guess
If I may add: I found a bit confusing the xpage=xml too: it outputs XML, so shouldn’t that be a renderer?