The function stringToXml()
returns the result of a string expression after converting any special characters, such as such as <
, >
, &
and &
into their appropriate XML encoding sequences. For more information see Encoding Expression Results.
stringToXml(<operation>);
This example shows that although the automatic encoding of <ISPRINT>has been disabled by setting encoding to off, you can encode the result of an expression by explicit use of the function stringToXml()
.
<ISPRINT value = "#stringToXml('<<<')#" encoding = "off"> // returned string: "<<<"
The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.