Store web content in XML using wiki markup
- by Mike
Does anyone have an XML style sheet that'll convert wiki-like markup to HTML? Or is that a bad idea? I only found one style sheet that'll convert HTML to wiki-like markup, view-source:http://mozile.mozdev.org/0.8/demos/html2wiki.xsl . Or is this a bad idea? Basically, instead of following strict rules with my XML tags to format my content, I thought it'd be best to have something like this:
<content>
\## This is my heading
</content>
That way I'm free to display my content however I feel without having to modify my style sheet.
Any ideas?