Re: [xsl] Where is apply-imports going wrong?

Subject: Re: [xsl] Where is apply-imports going wrong?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 19 Mar 2003 12:59:31 GMT
> > <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl";>

That is not an XSLT stylesheet it is in a completely different language
that was built into msxml2 and IE5. You should re-write it in XSLT if
you want to use XSLT features such as apply-imports.

Your temp.xsl is XSLT
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
but should just have generated an eror when you tried to import the file
in the old microsoft dialect.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread