xsl-list
[Top] [All Lists]

Re: XSLT w/ PHP, ASP, JSP Processing Instructions

2005-12-06 02:24:39
Also XHTML does not have <?xml
version="1.0"?> at the top AFAIK.

Why they choose something that would
normally indicate an XML file to be a trigger for non-XML behavior I
have no clue.  I can only guess any "processing instruction" triggers
it.


Better than that, _anything_ triggers it, even whitespace. For IE to use
strict mode, the doctype has to start at the first character in the file.

Nick.
-- 
Nick Fitzsimons
http://www.nickfitz.co.uk/


--~------------------------------------------------------------------
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>
--~--