I’m currently evaluating the migration of our Confluence instance (7.19.2) to an XWiki instance (14.10) by using the migrator tool.
We have loads of inline code styling all over our Confluence pages (produced by applying “Preformatted code” in Confluence WYSIWYG-Editor, resulting in <code>my text</code> elements). These tags get lost during migration. Is there anything I can do about it to preserve these or transform them to <mark></mark>?
As I’m novice to the magic world of XWiki, I do not know enough about input and output formats. I would assume that feeding a Confluence XML would result in XWiki-Markup, which keeps these tags.
Any hint or nudge into the right direction would be highly appreciated.
I just checked, and I can indeed confirm you that there is no specific handling of the <code> element (so you get the content of it but the fact that it’s a code block is lost).
Does not seem too hard to support. The best would be to create an issue on Loading... with a package to reproduce the issue (an information on how it’s supposed to behave on Confluence side is nice too) and make sure of how the source to support looks like.
Hey Thomas, thanks for your fast reply. Will open a ticket today over at JIRA. Since I’m new to this: what do you mean by “package to reproduce the issue”? I assume it’s a XAR, but what should go into? Is there any documentation on how to handle this? Thanks again
Thanks, one last question to implement it since I have a hard time finding documentation about “inline code formatting”: in your experience, is code inside it ever colored, or it’s just a box with monospaced characters ?
I assume you meant now? Thank you for your work! Really appreciate this! I already checked via extension updater but I guess it takes its time upstream for the next version. Looking forward!