- From: Robert Kemmetmueller <rskm@VNET.IBM.COM>
- Date: Fri, 10 Jun 1994 16:06:53 -0500 (CDT)
- To: Multiple recipients of list <www-html@www0.cern.ch>
> `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?
Received on Friday, 10 June 1994 23:07:51 UTC