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: Transformation to HTML



> 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

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