Wiki source code of XWikiSyntax

Version 15.1 by Vincent Massol on 2008/02/20

Hide last authors
Vincent Massol 9.2 1 $context.setCacheDuration(100000)
Vincent Massol 6.1 2 #set ($content = $xwiki.getURLContent("http://svn.xwiki.org/svnroot/xwiki/xwiki-products/xwiki-enterprise/trunk/wiki/src/main/resources/XWiki/XWikiSyntax"))
Vincent Massol 1.1 3
Vincent Massol 6.1 4 #set ($newdoc = $xwiki.getDocument("Dummy"))
5 #set ($newdocprivate = $newdoc.getDocument())
6 $newdocprivate.fromXML($content)
Vincent Massol 1.1 7
Vincent Massol 9.1 8 $xwiki.getXWiki().getRenderingEngine().getRenderer("velocity").render($newdoc.content, $doc.getDocument(), $doc.getDocument(), $context.getContext())
Vincent Massol 1.1 9

Get Connected