Wiki source code of XWikiSyntax

Version 44.2 by Vincent Massol on 2009/06/24

Hide last authors
Thomas Mortagne 44.1 1 $context.setCacheDuration(100000)
Vincent Massol 28.1 2 #set ($content = $xwiki.getURLContent("http://svn.xwiki.org/svnroot/xwiki/enterprise/trunk/wiki/src/main/resources/XWiki/XWikiSyntax.xml"))
Vincent Massol 1.1 3
Vincent Massol 6.1 4 #set ($newdoc = $xwiki.getDocument("Dummy"))
5 #set ($newdocprivate = $newdoc.getDocument())
Thomas Mortagne 44.1 6 $newdocprivate.fromXML($content)
Vincent Massol 1.1 7
Thomas Mortagne 44.1 8 $xwiki.parseContent($newdoc.content)
Vincent Massol 44.2 9

Get Connected