GoLang XMLDiff\DOM::merge

request it (253)
GoLang replacement for PHP's XMLDiff\DOM::merge [edit | history]



Do you know a GoLang replacement for PHP's XMLDiff\DOM::merge? Write it!

PHP XMLDiff\DOM::merge

PHP original manual for XMLDiff\DOM::merge [ show | php.net ]

XMLDiff\DOM::merge

(PECL xmldiff >= 0.8.0)

XMLDiff\DOM::mergeProduce merged DOMDocument

Description

public DOMDocument XMLDiff\DOM::merge ( DOMDocument $src , DOMDocument $diff )

Create new DOMDocument based on the diff.

Parameters

src

Source DOMDocument object.

diff

DOMDocument object containing the diff information.

Return Values

Merged DOMDocument or NULL.