bryonjacob / wikimodel

Automatically exported from code.google.com/p/wikimodel
0 stars 0 forks source link

Add support for macros in XHTML parser #54

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The XHTML parser should recognize something like this:

<pre class="x-macro" toto:a="value1" toto:b="value two" ... ><[CDATA[
this is a source of the macro...
]]></pre>

And generate an onMacro event when it see it.

Original issue reported on code.google.com by vmas...@gmail.com on 2 Sep 2008 at 1:00

GoogleCodeExporter commented 8 years ago
Done

Original comment by vmas...@gmail.com on 22 Oct 2008 at 7:47