Concept Framework 1.0 documentation Contents | Index

standard.lib.xml.xmlEncodeEntitiesReentrant

Name Version Deprecated
xmlEncodeEntitiesReentrant version 1.0 no

Prototype:
string xmlEncodeEntitiesReentrant(number doc, string input)

Parameters:
doc      the document containing the string (can be null)
input      a string to convert to XML

Description:
Do a global encoding of a string, replacing the predefined entities and non ASCII values with their entities and CharRef counterparts.

Returns:
Returns the substituted string.

Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Thu Oct 15 20:02:08 2009 GMT(c)2009 RadGs Software