The ISML function stringToHtml()
returns the result of a string expression after converting any special characters, such as <
, >
and &
into their appropriate HTML encoding sequences. For details see Encoding Expression Results.
stringToHtml(<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 stringToHtml()
.
<ISPRINT value = "#stringToHtml('<<<')#" 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.