Wiki source code of XWikiSyntax
Version 42.1 by Thomas Mortagne on 2009/06/24
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 | $content | ||
8 | |||
9 | ##$xwiki.parseContent($newdoc.content) |