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