xsl-list
[Top] [All Lists]

Re: Where is apply-imports going wrong?

2003-03-19 05:59:31

<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



<Prev in Thread] Current Thread [Next in Thread>