This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: unwanted namespace declaration


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]