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


ergun.turker@no.abb.com wrote:

> Every time I want to generate an HTML file out of an XML and XSL file using Jim
> Clark's XSLT
> processor the content of the HTML file is the XSL file which I used as input. I
> don't get a proper HTML file.
>

There is an error in your stylesheet. The xmlns:xsl Attrbute value of the
stylesheet
element must be set to

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

Hope that's it!

Daniel Hinz



 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]