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: RES: Namespace



You are using a stylesheet written in XSLT but sending it to
a processor (IE5) that does not implement XSLT but a completely
different language (which is unhelpfully documented as being called XSL)

or perhaps more likely you are doing just what the error message
suggests, using the wrong namespace.

XSLT is  xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
If you are using a namespace ending wd-xsl, don't! that is just the
incompatible language of IE5.

see http://www.netcrucible.com/xslt/msxml-faq.htm for some good advice.

David


_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 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]