[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

adding additional elements to result XML using XSL

Subject: adding additional elements to result XML using XSL
From: "Challa, Harsha" <hchalla@xxxxxxxxxxxx>
Date: Fri, 28 Feb 2003 14:26:20 -0500
adding an element using xslt
Hi xml gurus,

I need some help with xsl, 
I am new to it.

I have an xml document as below 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE SetShipmentProofOfDelivery SYSTEM "XMLDTD\SetShipmentPOD.dtd">
<SetShipmentProofOfDelivery>
	<ShipmentUpdateProgressData>
		<CarrierCode>MIE</CarrierCode>
		<ShipmentNumber>SH-000001022</ShipmentNumber>
		......
		......
		......
	</ShipmentUpdateProgressData>
</SetShipmentProofOfDelivery>


I need to copy all the above and just add 
ShipmentIdType element as below 
I know I need to do something like use Copy of ?? and then 
add this element, but i have never done xsl before !!! so help needed.


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE SetShipmentProofOfDelivery SYSTEM "XMLDTD\SetShipmentPOD.dtd">
<SetShipmentProofOfDelivery>
	<ShipmentUpdateProgressData>
		<CarrierCode>MIE</CarrierCode>
		<ShipmentNumber>SH-000001022</ShipmentNumber>
		......
	 	.......
	</ShipmentUpdateProgressData>
	<ShipmentIdType Value="SI_NUM"/>
</SetShipmentProofOfDelivery>


Thanks for help in advance 
Harsha 


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.