string.encodeForXPath()
Encodes the given string for safe use in an XPath Query.
string.encodeForXPath( canonicalize=boolean )
Returns: String
Examples
enc='<cfscript>'.EncodeForXPath();
writeDump( enc );
Encodes the given string for safe use in an XPath Query.
string.encodeForXPath( canonicalize=boolean )
Returns: String
enc='<cfscript>'.EncodeForXPath();
writeDump( enc );