Contents
XML Parser
Description
The XML parser allows you to have XML rendered nicely inside Moin's code blocks.
Download & Release Notes
Download |
Release Version |
Moin Version |
Release Notes |
1.0 |
1.5 |
||
1.0 |
1.6 |
Installation
For general installation instructions, see ParserMarket/InstallingParsers. This parser requires no special dependencies, such as outside Python libraries.
Usage
To use this parser, simply put #!xml after the beginning of the code block.
Example
{{{#!xml <PARENT_TAG ATTRIBUTE="ATTRIBUTE_VALUE"> <SUBTAG>subtag_data</SUBTAG> </PARENT_TAG> }}}
Copyright
This parser is released into the public domain.
License
This parser is released under the terms of the GNU GPL.