6816 shaares
Default export formats
The following export options are available by default:
export_raw
Returns the page's source as text/plain
Example: https://www.dokuwiki.org/export?do=export_rawexport_xhtml
Returns the rendered page as simple XHTML without any navigational elements
Example: https://www.dokuwiki.org/export?do=export_xhtmlexport_xhtmlbody
Returns the rendered XHTML of the page only.
No head or body tags are added. No contenttype headers are sent.
Useful to include the rendered output into some other website
Example: https://www.dokuwiki.org/export?do=export_xhtmlbody