xsl-list
[Top] [All Lists]

Re: [xsl] XHTML html validation

2007-02-16 06:51:34
Owen Rees wrote:
--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">

Oh man, well even though this is like pulling teeth I'm hoping others wo do the same will benefit :-) When I make the change you suggest, all my xml tags appear in the source of the page literally as though my stylesheet wasn't used.

--
--------------------------
http://www.phonewebcam.com
john(_dot_)steel(_at_)phonewebcam(_dot_)com


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--