This question about Developing extensions (plugins skins etc.): Task filed
Display XML Source Code in table.
i,
I want to display xml source code in a table with the
EditTablePlugin enabled. In our previus installation (with Twiki Cairo) whe were displaying the source code by using <pre> tags. But now if we use <pre> tag, the source code is not displayed correctly. We tried using <verbatim> , but show it all on one line.
Is there any way to paint correctly the source xml code using the plugin?
thanks in advance
--
AlbertoPazos - 18 Jan 2012
Could you provide an example table? And if you have a screenshot or a capture of the browser source? That would help better define the issue.
--
GeorgeClark - 19 Jan 2012
Yes, I have attached a document with the screenshots. Thanks
--
AlbertoPazos - 20 Jan 2012
It shows it all on one line in verbatim, because in your example you have put the code all on one line!
Try formatting the XML code using newlines within a verbatim block; it should display correctly, and the table should work too. For example:
<Here>
<Is>
<Some valid="XML" />
</Is>
</Here>
|
--
CrawfordCurrie - 20 Jan 2012
I entered the code in several lines but the editor modified it putting it into just one....
--
AlbertoPazos - 20 Jan 2012
and if i use the verbatim tag It shows the code in one line and includes br tags. You can see that in the attackment.
--
AlbertoPazos - 23 Jan 2012
Alberto raised
Tasks.Item11471 against
EditTablePlugin.
--
PaulHarvey - 25 Jan 2012
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. 
