Libraries
Xml_ent Source Code
 previous   up   next 

Function Summary
string
decodeXmlEntities (in string: stri, in xmlEntityHashType: xmlEntityHash)
Decode a string, which contains XML entities.

Function Detail

decodeXmlEntities

const func string: decodeXmlEntities (in string: stri, in xmlEntityHashType: xmlEntityHash)

Decode a string, which contains XML entities.

Returns:
a string were XML entities are replaced by the corresponding characters.


 previous   up   next