[string->encodexml] encodes any XML reserved or illegal characters in the string object into XML entities.
This method ensures that text will display with high fidelity in a Web browser. Any angle brackets will be encoded as XML entitities so they are not mistaken for XML markup. Any high-ASCII characters will be encoded as XML entitites so they display in Web browsers on any platform.
'String Value'->encodexml
Use the [string->encodexml] method. The following example returns XML-encoded characters.
Code
'& " < >'->encodexml
Result
& " < >
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments