Alex Bernier <[email protected]> writes: > Hello, > > I need to extend the Wiki syntax with a lot of new tags and to export the > rich Wiki text to XML. Is it possible to extend the mwlib parser to do > this ? If yes, is it simple ? (By "simple", I mean that the existing code > of the lib does not need to be modified).
have a look at mwlib/tagext.py for registering your own tag extensions. The XML output module is currently broken... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mwlib?hl=en -~----------~----~----~----~------~----~------~--~---
