Is there a way to view a page in confluence as XML by passing a url parameter or the like? I am not interested in exporting as XML to an archive, I just want to be able to view the page in XML live from the server.
I could of course write a script that gets the page content and create xml out of that, but would rather not.
You could use the REST API for that. To get a single page as XML use the following URL: http://path.to.your.confluence/rest/prototype/1/content/12345 (replace 12345 with the id of the page)
Hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The Tools > View Storage Format command does that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The Tools > View Storage Format command does that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.