Hey everyone,
While using XWiki version 1.1.2.5797 to document some software, the
following problem occurred:
I tried to insert snippets of a XSL file into a XWiki page using a {code}
macro. As far as I know this macro treats input as plaintext, which would
be exactly what I need. However, it turned out to work differently. It
parsed HTML entities, so instead of displaying inputs like
<!ENTITY Auml "&#196;">
exactly as they are, the HTML parts are parsed to
<!ENTITY Auml "Ä">
Having failed with the {code} macro, I tried {pre} and \, but none of them
worked. The same problem occurred when I used XWiki 1.7 which is running
on a test server in the company I work for. Does anyone of you know how to
make XWiki display HTML and XML entities as plaintext?
I could not find anything about this problem in the documentation, the
FAQ, or in the mailing list archive. Did I simply miss something? Since I
read some threads about issues with the WYSIWYG editor, let me add that I
use the XWiki editor, not the WYSIWYG editor.
Any help would be greatly appreciated!
Best regards,
Sascha