theseer / fDOMDocument

An Extension to PHP's standard DOM to add various convinience methods and exceptions by default

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

appendElementNS

M4ikT opened this issue · comments

$node = $root->appendElementNS('http://your.namespace/space', 'space');

Der Parameter NS sollte optional sein. Wenn nichts übergeben wird, dann spricht nichts dagegen, wenn der NS vom ROOT Element verwendet wird. :)

I do see the point in this request but implementing it like requested would be incompatible with the original DOM-API.