I have the following XSL to transform
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
Subject:How to remove namespace attributes from element Author:Herb Ramos Date:26 May 2005 05:25 PM
Thanks for your quick reply. So if my source document contains a xmlns attribute, I have to include that attribute in my xsl stylesheet
and then include the ns declaration in every Xpath epression?