Re: [xsl] xsl:stylesheet

Subject: Re: [xsl] xsl:stylesheet
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Tue, 20 Nov 2001 12:08:21 -0500
TP:

It happens because on your system, you have MSXML3 installed, and they don't. Which is to say, your installation includes an XSL processor, and theirs doesn't. The older processor (that supports the WD-xsl namespace) is a red herring: it pretends to be an XSL processor, but isn't.

XSL support in IE isn't installed out of the box until version 6. See the MSXML FAQ at http://www.netcrucible.com.

Good luck,
Wendell

At 10:18 AM 11/20/01, you wrote:
My xsl:stylesheet is set as

<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl";>

When i change it to
<xsl:stylesheet
version="1.0"

xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>

it does not work on browsers other than mine. I have IE 5.5 SP2 and so do
others. can u please explain why this would happen.



====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================


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



Current Thread