After defining a sub language for XML using '--xml' and '--endxml' as the Start and End conditions, the Start condition '--xml' is recognised, but the End condition '--endxml' is ignored, so the editor appears to think that the whole script under '--xml' is xml script and not PL/SQL.
For example, the following script:
begin
--xml
htp.print ('<h1>abc</h1>');
--endxml
if 1 = 1
then
null;
end if;
end;
Toad is not currently supported for use this way.
WORKAROUND:
None
STATUS:
Enhancement request ST 60907 has been submitted to Development for consideration in a future release of Toad for Oracle.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center