Home > Contents > Index >
Template Tag TOC  |   Alpha TOC  |   Tag Family TOC  |   Purpose TOC  |   Annotated TOC  |   Index 

 

DEBABBLE

Converts special characters such as %20 (a space) into their representations.

Syntax

Parameters

VALUE (required)
true or false.

Description

The DEBABBLE tag, often used in conjunction with Content Server variables, converts special characters such as %22 (quotation marks) into their representations. By default, DEBABBLE is set to true; however, you can set it to false to keep Content Server from converting these special characters. For more information about variables, see the CS Developer's Guide.

The following table describes the character conversions:

Character
Representation
%22
"
%20
(space)
%3c
<
%3e
>
%26
&
%09
n (line feed)
%0d
r (carriage return)
%0a
+ (tab)
%25
% (percent)

DEBABBLE works with the following tag/argument pairs only:

    ARGUMENT
        VALUE
    
    BEGINS
        WHAT
    
    CALLELEMENT
        PACKEDARGS
    
    ENDS
        WHAT
    
    INDEXOF
        WHAT
    
    LOGMSG
        STR
    
    SEARCH
        WHAT
    
    SETSSVAR
        VALUE
    
    SETVAR
        VALUE
    
    SQLEXP
        VERB
    
    STRINGLIST
        DELIM
    
    SUBSTITUTE
        WHAT
        WITH
    

Example

In the following example, the first CSVAR displays the phrase "Hello World," the second displays "Hello%20World," and the last line sets DEBABBLE back to its default value.

  Home > Contents > Index >

FatWire XML Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.