On Wed, Aug 5, 2009 at 01:07, [Ricardo Rodriguez] Your EPEC Network ICT Team<[email protected]> wrote: > Thanks, Thomas, > > Thomas Mortagne wrote: >> >> >> It's not a printing issue but a parsing issue I think, ))) is wiki >> syntax (even if in this case ))) should not be interpreted since there >> is no ((( before so it looks like a bug in the parser). >> >> If you want to make sure what you put is not parsed you can use >> verbatim syntax {{{ }}}. See >> http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax#HVerbatim. >> > > The verbatim syntax did the trick. Is it worth a Jira issue warning > about this behavior?
No, this is a normal behaviour so it's not an issue but it maybe can goes to http://platform.xwiki.org/xwiki/bin/view/AdminGuide/URL+resolution#HQuerystring that the option is not about how to parse but about how to render. Most of the time you generate with a velocity macro or some other scripting the JSON to return so you have to parse and execute the source. > > Cheers, > > Ricardo > > -- > Ricardo RodrÃguez > Your EPEC Network ICT Team > > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > -- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

