Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old February 19th, 2006, 08:05 AM
Lars Eighner
Guest
 
Posts: n/a
Default What's at the end of empty xhtml tags?

If < is stago, </ is etago, > is tagc, what is the />
at the end of empty xhtml tags?


--
Lars Eighner usenet@larseighner.com http://www.larseighner.com/
War on Terrorism: Treat Viewers like Mushrooms
"It seems perverse to focus too much on the casualties or hardship in
Afghanistan." -Walter Isaacson, _CNN_
  #2  
Old February 19th, 2006, 09:05 AM
Jukka K. Korpela
Guest
 
Posts: n/a
Default Re: What's at the end of empty xhtml tags?

Lars Eighner wrote:
[color=blue]
> If < is stago, </ is etago, > is tagc, what is the />
> at the end of empty xhtml tags?[/color]

It is NESTC followed by NET.

XML and XHTML specifications do not use concepts like STAGO, ETAGO,
TAGC, etc., since they lack the level of abstraction that these terms
relate to. In SGML, STAGO stands for start tag open, which can be a
different character or string in different SGML-based languages, though
most of them use the "reference" (default) syntax where STAGO is "<".

When SGML was obscured to allow the simplification known as XML to be
treated formally as SGML, via the so-called Web Adaptations Annex, the
term NESTC was introduced. It stands for "NET-enabling start tag close",
where "NET" means "null end tag". In "<br/>", the "/" is NESTC and
the ">" is NET, so in terms of (transmogrified) SGML, "<br/>" is two
tags, the start tag "<br/" and the end tag ">".

More info: http://www.cs.tut.fi/~jkorpela/html/empty.html#diff
 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles