this is my input xml file and i want to ganerate another xml from this which content child of Payload (which is changing each time) so i created xsl as follows:
Subject:how to remove attribute while transforming Author:(Deleted User) Date:19 Dec 2007 02:40 AM
Hi,
you are maxing a couple of mistakes:
1) the Payload element has the ns1 prefix, so it is in the "http://eai.yash.com/eBiz/Envelope" namespace
2) you are setting the (wrong) namespace to be the default one, but the default namespace is not applied to XPath expressions, so you need to assign it to a prefix