xml_parse_set_colon_replacement()#
Syntax
xml_parse_set_colon_replacement( colon )
Returns#
Sets the replacement character for colons in XML element names. Returns nothing.
Parameters#
| Parameter | Description |
|---|---|
colon |
The character to substitute for colons in XML element names during parsing. |