xsl-list
[Top] [All Lists]

RE: Removing namespaces

2004-05-06 13:07:45
-----Original Message-----
From: Marcus Andersson [mailto:marcus(_at_)bristav(_dot_)se]

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



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