I'm using version 3.5 and I'm extracting page content using the SOAP API. For pages created using the Wiki Markup I get the content in that format, but I would like to convert it to XHTML or any other format without the wiki tags?
I'm aware of the String convertWikiToStorageFormat(String token, String markup) method, but since I'm using version 3.5 it is not available.
Any ideas?
Thanks in advance
You will need the Confluence 4.x wsdl or 4.x version of Confluence SOAP Library. It will work fine with 3.5. Of course you need a Confluence 4.x to store the converted format :).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.