xsl-list
[Top] [All Lists]

Antw: controlling namespace with XSL

2004-01-07 00:28:31
Hi Sony,
FAQ
Add to your xsl:stylesheet element exclude-result-prefixes="idm"

Cheers,
Agnes
 
I m using xalan-j.
I have the input XML under a specific namespace (
xmlns:idm="www.something.com" ).
So this requires my stylesheet to have xmlns:idm="www.something.com"
declaration.

But my output XML is not related to this namespace at all, and I dont
want this namespace declaration to appear in my output xml at all.

No matter what I do I always end up with all teh namespace declarations
in my output xml.

Is there any way to avoid this






 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>
  • Antw: controlling namespace with XSL, agnes . kielen <=