IntroductionPurpose of the DocumentThe purpose of this wiki page is to define an overview of the XHTML Gigaset Profile; it describes the elements and attributes suitable for the Interactive Info Center. Since it defines a subset of XHTML, it is called XHTML Gigaset Profile (XHTML GP). ValidityThis page is valid for the specification of the interface to the Interactive Info Center for the realization of Gigaset Web Services. XHTML ReferenceXHTML-GP Markup RulesXHTML-GP is based on XHTML-MP (which is based on XHTML) and uses the same markup rules. XHTML elements consist of a start tag (which includes the element name and element attributes), element content, and an end tag arranged as follows:
Not all elements have attributes or content. The following rules apply to XHTML and XHTML-GP documents:
Prologue ComponentsEach XHTML-GP document starts with a prolog. The prolog declares the language standards to which the document conforms and identifies the document’s root element. Xml declarationValid XHTML-GP documents start with an XML declaration, for example:
This XML declaration states that the document follows the syntax of XML 1.0. This is the only XML version that is supported by the Gigaset system. It also states that the character encoding follows the utf-8 standard. The Gigaset system always supports the character set ISO-8859-1, also known as “Latin 1”. More character sets might be supported as product specific feature:
|