Implement Node pass-through methods to handle cloning and merging of XML objects
Description
The process of merging XML document objects in to one another is cumbersome, and a case can be made for adding some native BIFs and member functions to reduce the boilerplate. The following works in both ACF and Lucee to merge nodes from other documents in to another XML object:
Expose the Node pass-through methods to allow for the same functionality.
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
The process of merging XML document objects in to one another is cumbersome, and a case can be made for adding some native BIFs and member functions to reduce the boilerplate. The following works in both ACF and Lucee to merge nodes from other documents in to another XML object:
Expose the
Node
pass-through methods to allow for the same functionality.