Contents

class mediawiki-xml

Overview

This class can be used to parse mediawiki wikitext to and from XML.

See wikitext.xsd for the XML Schema definition of the generated XML. The XML can be regenerated to wikitext. Internally it is stored as an XExpr.

Derived classes

Public members

(parse page)

Parse WikiText to XML (using wikitext.xsd

(->xml . file-or-port)

Write out the XExpr of the parsed WikiText to XML.

(->wikitext . file-or-port)

Write out the XExpr of the parsed WikiText back to WikiText.

(xexpr)

Get the parsed wikitext as XExpr.