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
