Our volunteers haven't translated this article into Afrikaans yet. Join us and help get the job done!
This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for the proper prefixes to use in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the spec changes.
The XMLDocument interface represent an XML document. It inherits from the generic Document and do not add any specific methods or properties to it: nevertheless, several algorithms behave differently with the two types of documents.
Property
This interface has no specific property and doesn't inherit any.
Methods
This interface doesn't inherit any method.
XMLDocument.load()- Loads an XML document.
Specifications
| Specification | Status | Comment |
|---|---|---|
| WHATWG HTML Living Standard The definition of 'Extension to XMLDocument' in that specification. |
Living Standard | No change from HTML5 |
| HTML5 The definition of 'Extension to XMLDocument' in that specification. |
Recommendation | Adds the load() method. |
| DOM The definition of 'XMLDocument' in that specification. |
Living Standard | Initial definition. |
Browser compatibility
| Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
|---|---|---|---|---|---|
| Basic support | Not supported | (Yes) | Not supported | Not supported | Not supported |
load() |
Not supported | ? | Not supported | Not supported | Not supported |
| Feature | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
|---|---|---|---|---|---|
| Basic support | Not supported | (Yes) | Not supported | Not supported | Not supported |
load() |
Not supported | ? | Not supported | Not supported | Not supported |