Wiki source code of XWikiSyntax
Version 46.9 by Vincent Massol on 2009/08/16
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) | ||
9 | ##$newdoc.getRenderedContent($newdoc.content, "xwiki/1.0") |