Re: [xsl] XSL Formatting Problem

Subject: Re: [xsl] XSL Formatting Problem
From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
Date: Tue, 26 Feb 2002 17:18:22 +0000
Hi Jack,

> Do you mean that a tag like <html:center> may confuse IE, and that
> the tag can also be written as just <center>?
>
> Can you recommend a good online reference containing syntax rules
> such as this?

I meant that the element called 'center' is deprecated in HTML 4.01
(see http://www.w3.org/TR/html401/present/graphics.html#edef-CENTER)
and that most browsers will not recognise XHTML elements if you use
prefixes such as 'html' on them (even though they should if they
understand XHTML properly).

The best reference for HTML elements is the HTML specification, as
above - it clearly marks which elements are deprecated. Another good
reference is:

  http://www.w3schools.com/html/html_reference.asp

For information about using XHTML, and in particular how to make it
recognisable to legacy browsers, have a look at:

  http://www.w3.org/TR/xhtml1/#guidelines
  
Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread