xsl-list
[Top] [All Lists]

Re: MSXML3 transformation

2003-01-02 07:07:50
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(_dot_)isuls(_at_)AGROLINK(_dot_)FI>
To: <XSL-List(_at_)lists(_dot_)mulberrytech(_dot_)com>
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



<Prev in Thread] Current Thread [Next in Thread>