Whole document tree
    

Whole document tree

SGMLTag

SGMLTag

Name

SGMLTag -- Component of SGML markup

Description

Component of SGML markup. This element contains plain text, Replaceable, and InlineGraphic, and should not include delimiting angle brackets, ampersands, percent signs, semicolons, or pound signs: those should be supplied by the renderer if appropriate. SGMLTag has common and Class attributes.

Children

SGMLTag contains these elements: InlineGraphic, #PCDATA, Replaceable.

In some contexts, some of these elements may be invalid due to exclusions in parent elements.

Attributes

Class

Class indicates the type of SGML construct the SGMLTag names; there is no default.

Examples

<PARA>
With the SGMLTag element you can mark up
<SGMLTAG CLASS="Attribute">attributes</SGMLTAG>,
<SGMLTAG CLASS="AttValue">attribute values</SGMLTAG>,
<SGMLTAG CLASS="Element">elements</SGMLTAG>, 
<SGMLTAG CLASS="EndTag">end-tags</SGMLTAG>,
<SGMLTAG CLASS="GenEntity">general entities</SGMLTAG>,
<SGMLTAG CLASS="ParamEntity">parameter entities</SGMLTAG>,
<SGMLTAG CLASS="PI">processing instructions</SGMLTAG>,
<SGMLTAG CLASS="StartTag">start-tags</SGMLTAG>,
<SGMLTAG CLASS="SGMLComment">SGML comments</SGMLTAG>.
</PARA>