>  -----Original Message-----
> From:         Sharanu Shirol  
> Sent: Tuesday, September 25, 2001 4:26 PM
> To:   '[EMAIL PROTECTED]'
> Subject:      manipulating two objects
> 
> is there any way to manipulate two objects simultaneously 
> 
> for example 
> say two companies have their own set if document for example  an employee
> document from dell has followong attributes
> dell(employee.doc)
> attributes
> first name 
> last name 
> age 
> designation
> DOB
> simillarly the format for cisco(employee.doc) is 
> Name
> age 
> designation
> DOB
> 
> in order to send a doc from dell to cisco the format of dell needs to be
> converted to cisco 
> ie if the documents are in xml files then dell document needs to be mapped
> to cisco
> 
> two documents  d1 and d2 (both are XML files)
> d1 attributes         d2 attributes              
> 
> first name            name 
> last name             designation
> designation
> 
> how to map document d1 to d2
> 
> ie 
> (d1)firstname+(d1)lastname=(d2)name
> 
> is it possible to generate new XML file which is same and updated version
> of doc 2  taking care of the above condition
> 
> and how will the schema (the structure of XML look like)

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to