Re: [xsl] MSXML3 transformation

Subject: Re: [xsl] MSXML3 transformation
From: Matts Isuls <matts.isuls@xxxxxxxxxxx>
Date: Thu, 2 Jan 2003 16:27:06 +0200
Thanks, now i'm very pleased :)

and Happy new year to u too.

Matts Isuls


Hello Mats,

The namespaces are printed because there are in scope. This means there are
defined in your stylesheet probably in the 'xsl:stylesheet'. You can avoid
this by adding 'exclude-result-prefixes="ss oo vbs"' to the
'xsl:stylesheet'-node.

Happy new year,
Agnes

----- Original Message -----
From: "Matts Isuls" <matts.isuls@xxxxxxxxxxx>
To: <XSL-List@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, January 02, 2003 1:40 PM
Subject: [xsl] MSXML3 transformation

> Hi
>
> When i transform XML to HTML i always get one or many tag like this:
>
> <p class="text" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
> xmlns:oo="urn:schemas-microsoft-com:office:office"
> xmlns:msxsl="urn:schemas-microsoft-com:xslt"
> xmlns:vbs="http://mycompany.com/mynamespace";>
>
> Why is this and is it possible to lose all the extra attribs? This would
be
> a much nicer:
>
> <p class="text">
>
>
> /l8r, Matts Isuls
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>


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

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


Current Thread