[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: xmlns invalid? xt or XSLT problem?


Subject: RE: xmlns invalid? xt or XSLT problem?
From: DPawson@xxxxxxxxxxx
Date: Fri, 1 Oct 1999 20:51:25 +0100

Mike Brown wrote:
>


>> am I wrong in putting
>> 
>> <xsl:stylesheet
>>       xmlns:xsl="http://www.w3.org/XSL/Transform/1.0"
>>       xmlns="http://www.w3.org/TR/REC-html40" 
>>   result-ns=""
>>   indent-result="yes"
>>   default-space="preserve">
>>   <xsl:output method="html" encoding="utf-8"/>
>> 
>> at the top of my stylesheet.
>
>The result-ns attribute is no longer with us, and defaulting unprefixed
>elements to a non-null namespace URI is causing the extraneous xmlns to
>appear in the output <html>. It's still not completely clean, 
>but James is
>erring on the side of caution by handling it this way.


Thought so! Wrong again :-(
Thanks Mike.

Appreciated.


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



Current Thread