in reply to Re: Help translating into HTML
in thread Help translating into HTML

Alright, you're right, I haven't mentioned a few, but here we go.

First of all, lines that begin with C or M are ignored (but in the case of C it specifies the beginning of the block, so in that case everything after the C should be ignored and finally written as <c>)

Then, lines that begin with S, are written as: <set name="temant"> </set>, after the <t>.

The # are comments, and should be written as <!-- whatever -->, but this is already done, as you probably noticed.

One more thing, sometimes, a block entry might have many K's (or 1, doesn't matter), but no S or T (and then R's). Please note that S and T are *rarely* within the same block, if there is no T then theres usually an S instead. I've done all this successfully in the last code I sent you, so you can check that from there.

Hope this is clear and thanks for all the help you've given so far :)

Kind Regards,
Marcos