
es:copy-attachments( $destination as map:map, $source as xs:string ) as map:map
    This function is deprecated and will not be supported in MarkLogic 11.
	A utility function used in a generated version translator module 
    to copy attachment data from a source instance to a destination instance.
  
| Parameters | |
|---|---|
| destination | 
      A json:object
       to which attachments 
      will be copied.
     | 
	  
| source | 
      Zero or more instance envelopes or canonical instances from which
      to copy attachments to destination.
     |