[xsl] Converting from xml to xml using xslt

Subject: [xsl] Converting from xml to xml using xslt
From: "Bhashetty, Mahesh \(GTI\)" <Mahesh_Bhashetty@xxxxxx>
Date: Thu, 28 Feb 2008 09:51:56 -0500
Hi,



		I would like to replace the xml header with the soap
envelope header and everything else should remain the same.
		How should I test this xsl? Which is simple and good
xslt processor?



		For example:

		I/P: <?xml version="1.0" encoding="UTF-8"?>

			<Reports><Report DocumentID="3310218" ....>
...... <Reports>


		O/P:

				<soap:Envelope
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
				<soap:Body><setResearchOpinion
xmlns="http://www.dsd.ml.com/x4ml/TGRPC0HQ/Custom";>

			<Reports><Report DocumentID="3310218"  ....>
...../Reports>
			<soap:Body>
			</soap:Envelope>

		Thanks
		Mahesh
--------------------------------------------------------

This message w/attachments (message) may be privileged, confidential or
proprietary, and if you are not an intended recipient, please notify the
sender, do not use or share it and delete it. Unless specifically indicated,
this message is not an offer to sell or a solicitation of any investment
products or other financial product or service, an official confirmation of
any transaction, or an official statement of Merrill Lynch. Subject to
applicable law, Merrill Lynch may monitor, review and retain e-communications
(EC) traveling through its networks/systems. The laws of the country of each
sender/recipient may impact the handling of EC, and EC may be archived,
supervised and produced in countries other than the country in which you are
located. This message cannot be guaranteed to be secure or error-free. This
message is subject to terms available at the following link:
http://www.ml.com/e-communications_terms/. By messaging with Merrill Lynch you
consent to the foregoing.
--------------------------------------------------------

Current Thread