[xsl] Simple Replacement

Subject: [xsl] Simple Replacement
From: "CROFT, MICHAEL" <MCROFT@xxxxxxxxx>
Date: Tue, 16 Jul 2002 14:51:51 -0400
This should be a very simple question for the list...

I would like to convert this input...

			<PolicyPeriod>
	
<statusUpdateDate>4/29/2002</statusUpdateDate>
				<statusCode>PROPOSAL</statusCode>
				<reasonCode>NEWBS</reasonCode>
				<instanceId>532419014954058</instanceId>
				<expirationDt>3/30/2003</expirationDt>
				<effectiveDt>3/30/2002</effectiveDt>
			</PolicyPeriod>

to this output....

<com.castek.insure3.customer.businessobjects.PolicyPeriod>
	
<statusUpdateDate>4/29/2002</statusUpdateDate>
				<statusCode>PROPOSAL</statusCode>
				<reasonCode>NEWBS</reasonCode>
				<instanceId>532419014954058</instanceId>
				<expirationDt>3/30/2003</expirationDt>
				<effectiveDt>3/30/2002</effectiveDt>
</com.castek.insure3.customer.businessobjectsPolicyPeriod>

basically, just replace the parent name with a different name, but keep all
its content intact.


Mike


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the sender and postmaster@xxxxxxxxxx
**********************************************************************
 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread