Re: Transformation to HTML

Subject: Re: Transformation to HTML
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 22 Feb 2000 12:16:15 GMT
> Did anyone else had this problem ?

yes lots of people.

If you have th elatest version of xt then you have the wrong namespace
specified for XSL, or you have the right namespace specified, but you
have an old vesion of xt. Impossible to tell which given the lack of
information posted. But the namespace should be


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


if you are using a namespace without the 1999 or ending in 1.0 or wd-xsl
then you should update your system.

David


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


Current Thread