HTML <xml> Tag Deprecated

 

ATTENTION: THIS PAGE IS Valid HTML 5 AND IS BEST VIEWED WITH HTML 5 - Please upgrade your browser or download one of the HTML 5 compatible browsers such as Mozilla Firefox, Chrome, Opera or IE 9 (March 14, 2011 or later). For more information see HTML 5 browsers.


If you find this helpful, please click the Google +1 Button to the left, if it is white, to make it turn blue or red. Thank you! (It also helps find this page again more easily.)


PDF mobile

Avoid the Deprecated <xml> Tag in HTML 5

The <xml> tag should be avoided because it has been deprecated. Any XML can be included by using an XML top element with an xmlns attribute and then transformed to HTML using a <xml-stylesheet> instruction.

Note that this <xml> tag, which should not be used, is not the same thing as the <xml> declaration which does still appear at the very beginning of documents using the current version of HTML code.


Valid HTML 5