I want to develop solution to convert Confluence wiki (www.atlassian.com/software/confluence/) markup to XLIFF(docs.oasis-open.org/xliff/xliff-core/xliff-core.html) to allow localization of Wiki.
To achieve that I have plan to develop wiki markup parser and generate XLIFF and once XLIFF is localized generate back the Confluence markup.
Language I have plan to use is Java.
Does any body has done wiki markup parsing? Any code reference , documentation