I just looked at the file code and the declaration comes first.
<?xml version="1.0" encoding="<% = strPageEncoding %>" ?> <?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/"> <channel> |
Looking at the web page code it is reveresed
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <?xml version="1.0" encoding="utf-8" ?> <?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?> <rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/"> <channel> |