Re: [xsl] XHTML html validation

Subject: Re: [xsl] XHTML html validation
From: Owen Rees <owen.rees@xxxxxx>
Date: Fri, 16 Feb 2007 13:01:49 +0000
--On Friday, February 16, 2007 12:08:29 +0000 John Steel wrote:

It did! Thanks. Except firefox now just dumps the xml with the message
"This XML file does not appear to have any style information associated
with it" :-(

It will do that if you do not specify the correct namespace. Your top level element should start with something like this:


<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">

--
Owen Rees
Hewlett Packard Laboratories, Bristol, UK

Current Thread