On Fri, May 16, 2003 at 10:23:10PM +0200, Karl Eichwalder wrote:
Axel Boldt axelboldt@yahoo.com writes:
A Countrybox might start like this: {{CountryFactBox Flag=usa.png Motto=In God We Trust Capital=Washington D.C. ... }}
I find this approach very simple and elegant.
It looks very cryptic to me; don't invent yet another markup language! Please, go for proper SGML based on the so called 'Reference Concreate Syntax':
<CountryFactBox> <Flag>usa.png <Motto>In God We Trust <Capital>Washington D.C. ... [empty line]
The [empty line] will end the block.
Can we agree on starting it with something else than just the name? E.g. Include:CountryFactBox? This would ease the parsing. Having the variable names in <> brackets is just syntactical sugar and fine with me.
JeLuF