Adding new tags (was: Redefining...)

Robert Kemmetmueller (rskm@VNET.IBM.COM)
Fri, 10 Jun 1994 16:06:53 -0500 (CDT)


> `Render' is not used to introduce new tags, rather it is used to
> define styles for elements already introduced in the document subset

8-| [``dazed newbie'' expression]

CAN I, or can I NOT, do the following?

<render tag="COMMENT" style="i">
<render tag="FUNCTION" style="b,u">

<pre><code>
<COMMENT>/* foo.c, written by me */</COMMENT>

int <FUNCTION>main</FUNCTION>(int argc, char *argv[])
{
return 0; <COMMENT>/* all done! */</COMMENT>
}
</code></pre>

I kind of thought that was the whole point of the <RENDER> thing when I
saw it. Am I out to lunch, or is there just some "tag / element"
distinction I missed completely when reading your quote, above?