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

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
<?xml version="1.0" encoding="UTF-8"?>
<!-- This is a comment. -->
<name attribute="value">content</name>
}}}

This parser is copyrighted by DavinDubeau

License

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

Discussion

We need a much better XML parser. This one does not seem to work under 1.5.3. Error message is maximum recursion limit exceeded. See also http://stux.wikiinfo.org/moin.py/Tools/login.xml -- ThiloPfennig 2006-05-24 15:22:13

Ideas

MoinMoin: ParserMarket/XML (last edited 2008-01-28 15:02:51 by FedericoLorenzi)