Subject: RE: Removing namespaces
From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
Date: Thu, 6 May 2004 22:07:45 +0200
|
> -----Original Message-----
> From: Marcus Andersson [mailto:marcus@xxxxxxxxxx]
>
> For some reason I get two namespaces in my output
> that isn't wanted at all (since they cause the
> result not to validate). The namespaces are:
>
Hi,
You need:
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
> version="1.0"
> xmlns:db="urn:#MyHelperToGetData"
> xmlns:msxsl="urn:schemas-microsoft-com:xslt"
exclude-result-prefixes="db msxsl">
HTH!
Andreas
|