The SQLEscapeXML accessor is used to escape all text elements in the operand
XML document so that the text may be used in an SQL statement.
SQL parsers require apostrophe " ' " characters to be escaped to double apostrophes " '' ". This
accessor escapes all text nodes (attributes and elements) in an XML document so that the text values may be
used (substituted into) an SQL statement.