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