RE: XMP tag.

> From:	Tim Bagot [SMTP:tsb-w3-html-0002@earth.li]
> 
> It already has been removed in HTML 4.0 - it was deprecated by 3.2, and
> even in 2.0 it was mildly discouraged. In fact, you should still have to
> 
	[DJW:]  Actually, it is deprecated in the HTML 2.0 DTD, 
	i.e. since August 1995.

	<![ %HTML.Deprecated [
	        <!ENTITY % preformatted "PRE | XMP | LISTING">
	]]>

	<!ENTITY % preformatted "PRE">

> escape at least some markup, since the first occurrence of </ marks the
> end of the element.
> 
[DJW:]  It's definition was non-SGML conforming, as noted in
both the 2.0 and 3.2 DTD - it required </xmp> not just </:

	<!ENTITY % literal "CDATA"
	        -- historical, non-conforming parsing mode where
	           the only markup signal is the end tag
	           in full
	        -->
-- 
--------------------------- DISCLAIMER ---------------------------------
Any views expressed in this message are those of the individual sender,
except where the sender specifically states them to be the views of BTS.


>  

Received on Wednesday, 4 April 2001 15:10:16 UTC