We are looking for a simple Parser that takes in the content from a WikiDB-Query (version.content) and spits out pure HTML, replacing wiki-text-formatting with HTML.
Problem is: It seems impossible to isolate that particular function/code that does this job. It seems to go around 100+ corners. Has anybody tried/done this before?
(The reason we would like to have such a parser: to get neat HTML to include into another page.)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Has anybody worked this out before?
We are looking for a simple Parser that takes in the content from a WikiDB-Query (version.content) and spits out pure HTML, replacing wiki-text-formatting with HTML.
Problem is: It seems impossible to isolate that particular function/code that does this job. It seems to go around 100+ corners. Has anybody tried/done this before?
(The reason we would like to have such a parser: to get neat HTML to include into another page.)
AsXml(getTransformedContent())
or
AsXml(fmt())