资 源 简 介
Wiki Model
This project contains a set of wiki-related libraries, such as a parsers for various wiki syntaxes, and common wiki model (event- and object-based).
Projects goals
The main goal of this project is creation of a “standard” model for wiki documents. It contains two different models:
Wiki Event Model (WEM) – like Simple API for XML (SAX)
Wiki Object Model (WOM) – like Document Object Model for XML (DOM)
End-user benefits/features
Generates well-formed XHTML and XML. And it is very persistent for user’s errors (not closed or overlapping markup elements…)
Wiki pages can be stored in XML-form and converted into a well-formed wiki-syntax only for editing. So all source pages will be “autoformatted” – non closed markup elements will be explicitly closed, overlapping elements will be corrected and so on…
Each page can have its own “subpages” (“documents”) and each page could b