Home > Contents > Index > 
DEBABBLE
Converts special characters such as
%20(a space) into their representations.Syntax
<DEBABBLE VALUE="TRUE or FALSE"/>Parameters
VALUE (required)
trueorfalse.
Description
The
DEBABBLEtag, often used in conjunction with Sites variables, converts special characters such as%22(quotation marks) into their representations. By default,DEBABBLEis set totrue; however, you can set it tofalseto keep Sites from converting these special characters. For more information about variables, see the Sites Developer's Guide.The following table describes the character conversions:
DEBABBLEworks with the following tag/argument pairs only:
ARGUMENT VALUEBEGINS WHATCALLELEMENT PACKEDARGSENDS WHATINDEXOF WHATLOGMSG STRSEARCH WHATSETSSVAR VALUESETVAR VALUESQLEXP VERBSTRINGLIST DELIMSUBSTITUTE WHAT WITHExample
In the following example, the first
CSVARdisplays the phrase "Hello World," the second displays "Hello%20World," and the last line setsDEBABBLEback to its default value.<!-- debabble is automatically on (set to true) --> <SETVAR NAME="greeting" VALUE="Hello%20World"/> <CSVAR NAME="Variables.greeting"/><BR/> <DEBABBLE VALUE="false"/> <SETVAR NAME="hello" VALUE="Hello%20World"/> <CSVAR NAME="Variables.hello"/><BR/> <!--set debabble back to it's original state --> <DEBABBLE VALUE="true"/>
Home > Contents > Index > 
Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.