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

xml.py

1.0

1.5

ParserMarket/xml/ReleaseNotes

xml-1.6.py

1.0

1.6

ParserMarket/xml/ReleaseNotes

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>
}}}

This parser is released into the public domain.

License

This parser is released under the terms of the GNU GPL.

Discussion

MoinMoin: ParserMarket/xml (last edited 2009-09-01 18:50:24 by AndrewSeigner)