Re: Seeking clarification-- NET tags
Murray Maloney <murray@oclc.org>
Date: Thu, 16 Jun 94 14:00:44 EDT
Message-id: <9406161352.aa11615@dali.scocan.sco.COM>
Reply-To: html-ig@oclc.org
Originator: html-ig@oclc.org
Sender: html-ig@oclc.org
Precedence: bulk
From: Murray Maloney <murray@oclc.org>
To: Multiple recipients of list <html-ig@oclc.org>
Subject: Re: Seeking clarification-- NET tags
X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
X-Comment: HTML Implementation Group
Perhaps, if I had trouble with this part others will too.
I consider myself to be familiar with the standard,
but I'm not used to NET or <em/.../.
>
> In message <9406161210.aa11345@dali.scocan.sco.COM>, Murray Maloney writes:
> >
> >What are NET tags? What does <em/.../ signify?
>
> See SGML section 7.5.1.3 Null End Tag.
>
> <em/.../
>
> is short for
>
> <em>...</em>
>
> Another short form (see 7.5.1.1 Empty End-tag) is:
>
> <em>...</>
>
> And lists can be written:
>
> <ul>
> <li>xxx
> <>yyy
> <>zzz
> </ul>
>
> Using empty start tags (7.4.1.1).
>
> Dan