[xsl] Ignore Namespace while transformation

Subject: [xsl] Ignore Namespace while transformation
From: jaya vardhani <jayavardhani@xxxxxxxxxxx>
Date: Wed, 28 Sep 2005 07:32:06 +0100 (BST)
Hi

My XML goes like this:

<?xml version="1.0"?>
<SubmitRequestResponse xmlns="urn:Cserv.CWS">
  <SubmitRequestResult>
    <CAPI xmlns="http://integration.api.com";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xenc="http://www.w3.org/2001/04/xmlenc#";
xsi:schemaLocation="http://integration.api.com
DocumentInquiry.xsd">
	<CHeader Version="2.0">
           ..............
        </CHeader>
    </CAPI>
  </SubmitRequestResult>
</SubmitRequestResponse>

   In my xsl i am not able to match with any element
pattern from the XMl. When i remove the xmlns from
<SubmitRequestResponse> and <CAPI> elements its
working fine. Is there any way that i can transform
the XML without taking these namespaces into
consideration? Please give a solution.

Thanks&Regards,
Jaya M.

 
  


		
__________________________________________________________ 
Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com

Current Thread