Wiki source code of XWikiSyntax
Version 37.5 by cygent on 2009/05/01
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | $context.setCacheDuration(100000) | ||
2 | #set ($content = $xwiki.getURLContent("http://svn.xwiki.org/svnroot/xwiki/enterprise/trunk/wiki/src/main/resources/XWiki/XWikiSyntax.xml")) | ||
3 | |||
4 | #set ($newdoc = $xwiki.getDocument("Dummy")) | ||
5 | #set ($newdocprivate = $newdoc.getDocument()) | ||
6 | $newdocprivate.fromXML($content) | ||
7 | |||
8 | $xwiki.parseContent($newdoc.content) |