Thank you very much. That helped!
/Marcus
Andreas L. Delmelle wrote:
-----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
--+------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--