You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by "Saigal, Ankur" <an...@sap.com> on 2001/12/27 14:14:22 UTC

exclude-result-prefixes

Hi All,

I have an input XML document which has a particular namespace (say "NS").
I write a transformation where in I mention this namespace as the value for
"exclude-result-prefixes" attribute in the top level element.Still in the
result tree I see elements under this namespace.
I understand this is the wrong behavior.Is the problem because I am using
<xsl:copy-of select="*"/> in the transformation?

Can someone please help me here!!!

Thanks and Reagards,

Ankur Saigal