DOM Document xmlEncoding Property
The following code fragment uses the xml file: "books.xml".
Description
The xmlEncoding property returns the xml encoding of an XML document.
This property is intended for XML documents, and wil not work properly for HTML documents.
Browser Support
| Property | |||||
|---|---|---|---|---|---|
| strictErrorChecking | Not supported | Not supported | Not supported | Not supported | Not supported |
Browser Support
![]()
The xmlEncoding property is only supported in Firefox, Chrome, and Safari.
Syntax
XMLdocument.xmlEncoding
Technical Details
| Return Value: | A String, representing the XML document's xml encoding |
|---|---|
| DOM Version | Core Level 3 |