Wiki source code of XWikiSyntax

Version 42.1 by Thomas Mortagne on 2009/06/24

Hide last authors
Thomas Mortagne 42.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 40.1 6 ##$newdocprivate.fromXML($content)
Thomas Mortagne 41.1 7 $content
Vincent Massol 1.1 8
Thomas Mortagne 39.1 9 ##$xwiki.parseContent($newdoc.content)
Vincent Massol 1.1 10
Vincent Massol 29.1 11

Get Connected