Subject: RE: unwanted namespace declaration
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Sat, 29 Sep 2001 19:06:43 +0100
|
> The solution works well. The only problem I can't solve is
> how to get rid of
> the namespace declaration
> xmlns:ooxml="http://www.barcoview.com/ooxml/inheritance" in
If the namespace declaration is not needed in the output, you can get rid of
it using
exclude-result-prefixes="ooxml" on the xsl:stylesheet element
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|