html2wiki:html2wiki($nodes as element()*) as item()*
Transform XHTML into wiki markup.
Articles are always stored as XHTML. This function is called from the editor
to transform the XHTML back into wiki markup.
$nodes* | $nodes* |
html2wiki:macro-parameters($paramStr as xs:string?) as item()*
$paramStr? | $paramStr? |
html2wiki:text($text as xs:string) as item()*
$text | $text |
html2wiki:transform($nodes as node()*) as item()*
$nodes* | $nodes* |