TITLETITLE*
*



Contents  *



Index  *Topic Contents

*Previous Topic: SCHEDULE
*Next Topic: USAGE

TITLE

<TITLE
XML-SPACE="DEFAULT" | "PRESERVE" >

Specifies a text string representing the title of the CHANNEL or ITEM element. Internet Explorer displays this title to the right of the item's icon in the Channels Explorer Bar. A TITLE element that is the direct child of the top-level channel element appears in place of the channel logo in the Channels Explorer Bar when another channel is selected by the user.

When applied to the top-level CHANNEL element, the title should appear near the top of the CDF file before any ITEM or nested CHANNEL elements.

XML-SPACE="DEFAULT" | "PRESERVE"
Specifies how white space, such as tabs, spaces, and blank lines, should be handled. The default behavior (XML-SPACE="DEFAULT") indicates that white space characters are not considered significant, and therefore some of these characters may be filtered out during file processing. Set the value of this attribute to "PRESERVE" to ensure that all white space characters are retained. This attribute can be used with any CDF element that uses significant white space. When used as an attribute of a parent element, the XML-SPACE value applies to all child elements unless specifically overridden with another XML-SPACE attribute.

Number of allowed occurrences: None or one
Parent elements Child elements
CHANNEL None
ITEM
SOFTPKG

The TITLE element can optionally be used as an attribute with the CHANNEL and ITEM elements to support previous implementations of CDF. Any new CDF files should use TITLE as a child element.

The end tag </TITLE> is required.

Example

<TITLE>CDF Reference</TITLE>


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.