4 May
2009
4 May
'09
10:46 a.m.
On Mon, May 4, 2009 at 11:29 AM, Thomas Mortagne <[email protected]> wrote:
Hi devs,
In 2.0 architecture we have no way currently to print a strongly formatted text (like JSON) or simply a plain text without XHTML which we are doing generally using xpage=plain in XWiki 1.0
With the 1.0 syntax xpage=plain was mainly used to: 1/ Output data in special format (JSON, xls, etc). In those cases {pre} was used to avoid xhtml transformations. 2/ Output xhtml content without the XWiki UI, I can think of one use case where this content was put in ajax tooltips. Is 2/ covered ? Do we need a xpage=xhtml for it ? Note that xpage=xpart&vm=contentview.vm can be used as a workaround. Thanks, JV.