Es wäre sinnvoll, den DOM-Standard verfügbar zu haben, wenn Sie dieses Modul benutzen.
It is a good idea to have the DOM standard available when using this module.
Es gibt ziemlich viele Funktionen, die nicht in den DOM-Standard passen und nicht mehr länger benutzt werden sollten.
There are quite a few functions that do not fit into the DOM standard and should no longer be used.
Es ist zu erwähnen, dass verschiedene Browser in ihrer Implementation jeweils unterschiedlich vom DOM-Standard abweichen.
It should be noted that each browser implements the DOM standard differently.
In PHP-Versionen vor 4.3 war dies die Klasse Dtd, der DOM-Standard kennt diese Klasse jedoch nicht.
In versions of PHP before 4.3 this has been the class Dtd, but the DOM Standard does not know such a class.
Klassen mit einem Äquivalent im DOM-Standard werden DOMxxx genannt.
Classes with an equivalent in the DOM standard are named DOMxxx.
Nach dem DOM-Standard muss dazu eine DTD existieren, welche das Attribut ID als vom Typ ID definiert.
According to the DOM standard this requires a DTD which defines the attribute ID to be of type ID.
Das entspricht nicht dem DOM-Standard, der null erwartet, wenn unbekannt ist, welches Element den Typ ID trägt.
Zudem basierte die domxml-Erweiterung nicht auf dem DOM-Standard des W3C.