This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Namespaces and IE5.5 (not IE 5.0)



>	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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]