XmlDOMImplementation.EncodeXML Method
| Explanation | XMLescape the character string | |
| Call format | var s = domimpl.EncodeXML( str ) | |
| Return value | Character string that has been XMLescaped | |
| Arguments | String str | XML escape string |
| Exception | None | |
| Example of use | | |
| Related item | DecodeXML method | |