Item11471: Display XML Source Code in table using EditTablePlugin
Priority: Normal
Current State: Needs Developer
Released In: n/a
Target Release: n/a
Hi,
if you edit a table with the editor and you try to show xml code in a field the source code is not displayed correctly. For example, if you want to display the following code (without verbatim tags):
<pre><GlobalNamingResources>
<Environment name="configuration-environment" type="java.lang.String" value="producion" />
</GlobalNamingResources>
</pre>
The editor should attempt to interpret the tags, and not show anything. The right thing would be to put the code inside the verbatim tags, but if you do that the source code is displayed on a single line and will insert br tags after each line.
--
AlbertoPazos - 25 Jan 2012
See also
Support.Question1009
--
PaulHarvey - 25 Jan 2012
It seems to be related with the major issues showed in
Support.KnownIssuesOfFoswiki01x01.
--
AlbertoPazos - 26 Jan 2012
But
EditTablePlugin does not use the WYSIWYG API, AFAIK.
I have added a link to this task in
Item11378 &
Item11440, just in case.
--
PaulHarvey - 27 Jan 2012