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: my output just contains xsl code


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]