DTW_REMOVE_WS

AIX HP-UX Linux OS/2 OS/390 OS/400 PTX SUN Win NT
X X X X X X X X X

Purpose

If you set the value of this variable to "YES" in the DEFINE block, Net.Data will remove extra white space in the resulting web pages.

Using <pre></pre> tags: Defining this variable to YES affects the amount and type of white space that is printed. If the variable is set to YES, portions of HTML pages that use <pre></pre> tags might not display as intended.

Values

DTW_REMOVE_WS="YES"|"NO"

Table 27. DTW_REMOVE_WS Values
Values Description
YES Net.Data compresses a sequence of two or more white spaces to one new-line character, generating shorter HTML result pages.
NO Net.Data does not compress white spaces. NO is the default.

Examples

Example 1: Removing extraenneous white space

DTW_REMOVE_WS="YES"
 


[ Top of Page | Previous Page | Next Page | Index ]