|
Posted by UKuser on 06/13/07 08:11
On 13 Jun, 05:21, Neredbojias <neredboj...@gmail.com> wrote:
> On Tue, 12 Jun 2007 10:24:23 GMT UKuser scribed:
>
>
>
> > I've just read a very interesting article about XHTML which has begun
> > to question my logic of designing my pages as XHTML 1.0 Strict.
>
> > If you design pages as XHTML please read it:
> >http://www.webdevout.net/articles/beware-of-xhtml
>
> > We all know that xhtml has to be served as application/xhtml+xml and
> > maybe don't mind if it doesnt, however if it IS served (even as VALID
> > xhtml) as xhtml+xml, Internet Explorer won't display it! At all!
>
> > For those who use firefox, this plugin is well worth adding so you can
> > properly view your pages through the Firefox/XML parser:
> >https://addons.mozilla.org/en-US/firefox/addon/3207.
>
> > However my Q on that basis is, does anyone know of a way to convert
> > XHTML toHTML4.01 Strict? I haveHTMLtidy, but not sure if it can be
> > done. Is there a simple converter somewhere out there?
>
> Can't you just use the search-and-replace feature of a good text editor?
> It isn't _that_ complicated.
>
> --
> Neredbojias
> He who laughs last sounds like an idiot.
Valid point - not quite sure why I didnt think of that!! Replace />
with > and change doctype and its produced valid HTML 4.01 strict!
Navigation:
[Reply to this message]
|