This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Merging the attributes of a similar element


Hi All,
I am merging two XML files which are almost similar in structure. While merging, suppose if I have an element with one attribute like
<Name first_name="Kalyan" last_name="Kumar"/> in one XML file and the same element
<Name middle_name="Kallu"/> in the second XML. Now after merging the two files, is it POSSIBLE for me to have the element look like this
<Name first_name="Kalyan" last_name="Kumar" middle_name="Kallu"/> (where the attributes are merged).

Thanks,
Regards,
Kalyan.
_________________________________________________________
There is always a better job for you at Monsterindia.com.
Go now http://monsterindia.rediff.com/jobs


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]