[thelist] xhtml conversion

aardvark roselli at earthlink.net
Thu May 9 08:47:01 CDT 2002


> From: Tamara Abbey <abbey at abbeyink.com>
>
> That line also causes parse errors on my server since the admin has
> php short tags on.
>
> I use <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
> lang="en"> instead and then my server doesn't try to parse it.

why not just encode the <>s?

so:
<?xml version="1.0" encoding="UTF-8"?>

becomes:
&lt;?xml version="1.0" encoding="UTF-8"?&gt;


--
Read the evolt.org case study
Usability: The Site Speaks for Itself
http://www.amazon.com/exec/obidos/ASIN/1904151035/evoltorg
ISBN: 1904151035



More information about the thelist mailing list