Subject: Re: Namespaces and IE5.5 (not IE 5.0)
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 21 Jul 2000 19:42:18 GMT
|
> note the correct one should have had xmlns:xsl, not xmlns:xslt.
the prefix is immaterial, you can have
<css:stylesheet xmlns:css="http://www.w3.org/1999/XSL/Transform"
version="1.0">
if you prefer, and the system won't mind. (it would be confusing to
readers as the stylesheet would be XSL not CSS but it would work fine)
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|