Wiki source code of XWiki Syntaxes
Version 52.4 by Vincent Massol on 2014/09/11
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{comment}} | ||
2 | {{groovy}} | ||
3 | def content = xwiki.getURLContent('https://raw.github.com/xwiki/xwiki-platform/stable-5.2.x/xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntax.xml') | ||
4 | def dummyDoc = xwiki.getDocument("Dummy") | ||
5 | dummyDoc.getDocument().fromXML(content) | ||
6 | println "{{html clean='false'}}${dummyDoc.getRenderedContent()}{{/html}}" | ||
7 | {{/groovy}} | ||
8 | {{/comment}} | ||
9 | |||
10 | {{include reference="XWiki.XWikiSyntax"/}} |