I have a function that generates a clob
with xml like
<?xml version="1.0"?>
<OBJECT_TYPES meta_version="1.0"><OBJECT_TYPE type_name="Absorber "Geo""/>
</OBJECT_TYPES>
When I try to escape double quote with \"
I get an error:
Error: Required white space was missing. Line: (1)
<OBJECT_TYPE type_name="Absorber \"Geo\""/>
I can't understand why it happens.