Adding new tags (was: Redefining...)
Robert Kemmetmueller (rskm@VNET.IBM.COM)
Fri, 10 Jun 1994 16:06:53 -0500 (CDT)
Message-Id: <0hyBLhk91JbQNAZbo4@rchland.ibm.com>
Date: Fri, 10 Jun 1994 16:06:53 -0500 (CDT)
From: Robert Kemmetmueller <rskm@VNET.IBM.COM>
To: Multiple recipients of list <www-html@www0.cern.ch>
Subject: Adding new tags (was: Redefining...)
In-Reply-To: <9406101420.AA02351@freya.let.rug.nl>
> `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?