Re: my output just contains xsl code

Subject: Re: my output just contains xsl code
From: Mike Brown <mike@xxxxxxxx>
Date: Tue, 6 Jun 2000 11:20:54 -0600 (MDT)
This is a FAQ. See
http://freespace.virgin.net/b.pawson/xsl/N5536.html#N9705

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

While this is the current, correct namespace for XSLT, your XSL processor
must not recognize it. It is using built-in templates to process the
stylesheet tree, which it believes consists entirely of literal result
elements, no XSLT instructions.
 
Let me guess... IE5 with the stock MSXML processor?

   - Mike
____________________________________________________________________
Mike J. Brown, software engineer at         My XML/XSL resources:
webb.net in Denver, Colorado, USA           http://www.skew.org/xml/


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


Current Thread