How to merge XML doc

wxdqz

New Member
Hi,following is my XML doc :<merged><GetName><GetNameResponse><GetNameResult>Bat</GetNameResult></GetNameResponse></GetName><GetAge><GetAgeResponse><GetAgeResult>11</GetAgeResult></GetAgeResponse></GetAge></merged>I need a XML doc which should like this :<GetDetailsResponse><GetDetailsResult>Bat 11</GetDetailsResult></GetDetailsResponse>This means that just extracting the data frm the source doc and putting intomy own elements. This to be done using xslt.can anyone help me.cheersanand
 
Back
Top