[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] MSXML3 transformation
Subject: [xsl] MSXML3 transformation
From: Matts Isuls <matts.isuls@xxxxxxxxxxx>
Date: Thu, 2 Jan 2003 14:40:10 +0200
|
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
|