Extension:XML Class

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
XML Class

Release status: beta

Implementation Tag
Description This extension facilitates client-side XML / XSLT processing of data sources stored in Mediawiki pages. Also optionally integrates with rendering extensions such as GeSHi Syntax Highlighting
Author(s) Jean-Lou Dupont (jlduponttalk)
Database changes no
License No license specified
Download from googlecode
Hooks used
LanguageGetMagic

Translate the XML Class extension if possible

Check usage and version matrix; code metrics

What can this extension do?[edit | edit source]

  • Serves XML/XSL data sources marked with <xml> tags using proper MIME content type (provided that Extension:Article Class Extended is conjugated with this extension)
  • Enables Xinclude directives to be used with Mediawiki articles as data sources. The extension resolves MW references to local URL ones for the client-side browser to easily locate them

Usage[edit | edit source]

In order to reap the full benefits of this extension, Extension:Article Class Extended should also be considered.

Installation[edit | edit source]

Parameters[edit | edit source]

Changes to LocalSettings.php[edit | edit source]

Code[edit | edit source]

See also[edit | edit source]