Abstract: | This specification defines an XHTML 1.0 Integration Set for use in exchanging instant messages that contain lightweight text markup. The protocol enables an XMPP entity to format a message using a small range of commonly-used HTML elements, attributes, and style properties that are suitable for use in instant messaging. The protocol also excludes HTML constructs that may introduce malware and other vulnerabilities (such as scripts and objects) for improved security. |
Author: | Peter Saint-Andre |
Copyright: | © 1999 - 2012 XMPP Standards Foundation. SEE LEGAL NOTICES. |
Status: | Draft |
Type: | Standards Track |
Version: | 1.4 |
Last Updated: | 2008-09-03 |
NOTICE: The protocol defined herein is a Draft Standard of the XMPP Standards Foundation. Implementations are encouraged and the protocol is appropriate for deployment in production systems, but some changes to the protocol are possible before it becomes a Final Standard.
1. Introduction
2. Choice of Technology
3. Requirements
4. Concepts and Approach
5. Wrapper Element
6. XHTML-IM Integration Set
6.1. Structure Module Definition
6.2. Text Module Definition
6.3. Hypertext Module Definition
6.4. List Module Definition
6.5. Image Module Definition
6.6. Style Attribute Module Definition
7. Recommended Profile
7.1. Structure Module Profile
7.2. Text Module Profile
7.3. Hypertext Module Profile
7.4. List Module Profile
7.5. Image Module Profile
7.6. Style Attribute Module Profile
7.6.1. Recommended Style Properties
7.7. Recommended Attributes
7.7.1. Common Attributes
7.7.2. Specialized Attributes
7.7.3. Other Attributes
7.8. Summary of Recommendations
8. Business Rules
9. Examples
10. Discovering Support for XHTML-IM
10.1. Explicit Discovery
10.2. Implicit Discovery
11. Security Considerations
11.1. Malicious Objects
11.2. Phishing
11.3. Presence Leaks
12. W3C Considerations
12.1. Document Type Name
12.2. User Agent Conformance
12.3. XHTML Modularization
12.4. W3C Review
12.5. XHTML Versioning
13. IANA Considerations
14. XMPP Registrar Considerations
14.1. Protocol Namespaces
15. XML Schemas
15.1. XHTML-IM Wrapper
15.2. XHTML-IM Schema Driver
15.3. XHTML-IM Content Model
16. Acknowledgements
Appendices
A: Document Information
B: Author Information
C: Legal Notices
D: Relation to XMPP
E: Discussion Venue
F: Requirements Conformance
G: Notes
H: Revision History
This document defines methods for exchanging instant messages that contain lightweight text markup. In the context of this document, "lightweight text markup" is to be understood as a combination of minimal structural elements and presentational styles that can easily be rendered on a wide variety of devices without requiring a full rich-text rendering engine such as a web browser. Examples of lightweight text markup include basic text blocks (e.g., paragraphs and blockquotes), structural elements (e.g., emphasis and strength), lists, hyperlinks, image references, and font styles (e.g., sizes and colors).
Note: This specification essentially defines a recommended set of XHTML elements and attributes for use in instant messaging by applying a series of "filters" to the wealth of XHTML features; however, developers of Jabber/XMPP clients mainly need to pay attention to the Summary of Recommendations rather than the complexities of how the recommendations are derived.
In the past, there have existed several incompatible methods within the Jabber community for exchanging instant messages that contain lightweight text markup. The most notable such methods have included derivatives of XHTML 1.0 [1] as well as of Rich Text Format (RTF) [2].
Although it is sometimes easier for client developers to implement RTF support (this is especially true on certain Microsoft Windows operating systems), there are several reasons (consistent with the XMPP Design Guidelines [3]) for the XMPP Standards Foundation (XSF) [4] to avoid the use of RTF in developing a protocol for lightweight text markup. Specifically:
Conversely, there are several reasons to prefer XHTML for lightweight text markup:
Therefore, this document defines support for lightweight text markup in the form of an XMPP extension that encapsulates content defined by an XHTML 1.0 Integration Set that we label "XHTML-IM". The remainder of this document discusses lightweight text markup in terms of XHTML 1.0 only and does not further consider RTF or other technologies.
HTML was originally designed for authoring and presenting stuctured documents on the World Wide Web, and was subsequently extended to handle more advanced functionality such as image maps and interactive forms. However, the requirements for publishing documents (or developing transactional websites) for presentation by dedicated XHTML user agents on traditional computers or small-screen devices are fundamentally different from the requirements for lightweight text markup of instant messages; for this reason, only a reduced set of XHTML features is needed for XHTML-IM. In particular:
IM clients are not XHTML clients: their primary purpose is not to read pre-existing XHTML documents, but to read and generate relatively large numbers of fairly small instant messages.
The underlying context for XHTML content in Jabber/XMPP instant messaging is provided not by a full XHTML document, but by an XML stream, and specifically by a message stanza within that stream. Thus the <head/> element and all its children are unnecessary. Only the <body/> element and some of its children are appropriate for use in instant messaging.
The XHTML content that is read by one's IM client is normally generated on the fly by one's conversation partner (or, to be precise, by his or her IM client). Thus there is an inherent limit to the sophistication of the XHTML markup involved. Even in normal XHTML documents, fairly basic structural and rendering elements such as definition lists, abbreviations, addresses, and computer input handling (e.g., <kbd/> and <var/>) are relatively rare. There is little or no foreseeable need for such elements within the context of instant messaging.
The foregoing is doubly true of more advanced markup such as tables, frames, and forms (however, there exists an XMPP extension that provides an instant messaging equivalent of the latter, as defined in Data Forms [9]).
Although ad-hoc styles are useful for messaging (by means of the 'style' attribute), full support for Cascading Style Sheets [10] (defined by the <style/> element or a standalone .css file, and implemented via the 'class' attribute) would be overkill since many CSS1 properties (e.g., box, classification, and text properties) were developed especially for sophisticated page layout.
Background images, audio, animated text, layers, applets, scripts, and other multimedia content types are unnecessary, especially given the existence of XMPP extensions such as SI File Transfer [11], Jingle [12], and Jingle File Transfer [13].
Content transformations such as those defined by XSL Transformations [14] must not be necessary in order for an instant messaging application to present lightweight text markup to an end user.
As explained below, some of these requirements are addressed by the definition of the XHTML-IM Integration Set itself, while others are addressed by a recommended "profile" for that Integration Set in the context of instant messaging applications.
This document defines an adaptation of XHTML 1.0 (specifically, an XHTML 1.0 Integration Set) that makes it possible to provide lightweight text markup of instant messages (mainly for Jabber/XMPP instant messages, although the Integration Set defined herein could be used by other protocols). This pattern is familiar from email, wherein the HTML-formatted version of the message supplements but does not supersede the text-only version of the message. [15]
In Jabber/XMPP communications, the meaning (as opposed to markup) of the message MUST always be represented as best as possible in the normal <body/> child element or elements of the <message/> stanza qualified by the 'jabber:client' (or 'jabber:server') namespace. Lightweight text markup is then provided within an <html/> element qualified by the 'http://jabber.org/protocol/xhtml-im' namespace. [16] However, this <html/> element is used solely as a "wrapper" for the XHTML content itself, which content is encapsulated via one or more <body/> elements qualified by the 'http://www.w3.org/1999/xhtml' namespace, along with appropriate child elements thereof.
The following example illustrates this approach.
<message> <body>hi!</body> <html xmlns='http://jabber.org/protocol/xhtml-im'> <body xmlns='http://www.w3.org/1999/xhtml'> <p style='font-weight:bold'>hi!</p> </body> </html> </message>
Technically speaking, there are three aspects to the approach taken herein:
These three aspects are defined in the three document sections that follow.
The root element for including XHTML content within XMPP stanzas is <html/>. This element is qualified by the 'http://jabber.org/protocol/xhtml-im' namespace. From the perspective of XMPP, the wrapper element functions as an XMPP extension element; from the perspective of XHTML, it functions as a wrapper for XHTML 1.0 content qualified by the 'http://www.w3.org/1999/xhtml' namespace. Such XHTML content MUST be contained in one or more <body/> elements qualified by the 'http://www.w3.org/1999/xhtml' namespace and MUST conform to the XHTML-IM Integration Set defined in the following section. If more than one <body/> element is included in the <html/> wrapper element, each <body/> element MUST possess an 'xml:lang' attribute with a distinct value, where the value of that attribute MUST adhere to the rules defined in RFC 5646 [18]. A formal definition of the <html/> element is provided in the XHTML-IM Wrapper Schema.
The XHTML <body/> element is not to be confused with the XMPP <body/> element, which is a child of a <message/> stanza and is qualified by the 'jabber:client' or 'jabber:server' namespace as described in XMPP IM [19]. The <html/> wrapper element is intended for inclusion only as a direct child element of the XMPP <message/> stanza and only in order to specify a marked-up version of the message <body/> element or elements, but MAY be included elsewhere in accordance with the "extended namespace" rules defined in the XMPP IM specification.
Until and unless (1) additional integration sets are defined and (2) mechanisms are specified for discovering or negotiating which integration sets are supported, the XHTML markup contained within the <html/> wrapper element:
Note: In the foregoing restrictions, the meaning of "ignore" is defined by the conformance requirements of Modularization of XHTML, as summarized in the User Agent Conformance section of this document).
This section defines an XHTML 1.0 Integration Set for use in the context of instant messaging. Given its intended usage, we label it "XHTML-IM".
Modularization of XHTML provides the ability to formally define subsets of XHTML 1.0 via the concept of "modularization" (which may be familiar from XHTML Basic [20]). Many of the defined modules are not necessary or useful in the context of instant messaging, and in the context of Jabber/XMPP instant messaging specifically some modules have been superseded by well-defined XMPP extensions. This document specifies that XHTML-IM shall be based on the following XHTML 1.0 modules:
Modularization of XHTML defines many additional modules, such as Table Modules, Form Modules, Object Modules, and Frame Modules. None of these modules is part of the XHTML-IM Integration Set. If support for such modules is desired, it MUST be defined in a separate and distinct integration set.
The Structure Module is defined as including the following elements and attributes: [21]
Element | Attributes |
---|---|
<body/> | class, id, title; style |
<head/> | profile |
<html/> | version |
<title/> |
The Text Module is defined as including the following elements and attributes:
Element | Attributes |
---|---|
<abbr/> | class, id, title; style |
<acronym/> | class, id, title; style |
<address/> | class, id, title; style |
<blockquote/> | class, id, title; style; cite |
<br/> | class, id, title; style |
<cite/> | class, id, title; style |
<code/> | class, id, title; style |
<dfn/> | class, id, title; style |
<div/> | class, id, title; style |
<em/> | class, id, title; style |
<h1/> | class, id, title; style |
<h2/> | class, id, title; style |
<h3/> | class, id, title; style |
<h4/> | class, id, title; style |
<h5/> | class, id, title; style |
<h6/> | class, id, title; style |
<kbd/> | class, id, title; style |
<p/> | class, id, title; style |
<pre/> | class, id, title; style |
<q/> | class, id, title; style; cite |
<samp/> | class, id, title; style |
<span/> | class, id, title; style |
<strong/> | class, id, title; style |
<var/> | class, id, title; style |
The Hypertext Module is defined as including the <a/> element only:
Element | Attributes |
---|---|
<a/> | class, id, title; style; accesskey, charset, href, hreflang, rel, rev, tabindex, type |
The List Module is defined as including the following elements and attributes:
Element | Attributes |
---|---|
<dl/> | class, id, title; style |
<dt/> | class, id, title; style |
<dd/> | class, id, title; style |
<ol/> | class, id, title; style |
<ul/> | class, id, title; style |
<li/> | class, id, title; style |
The Image Module is defined as including the <img/> element only:
Element | Attributes |
---|---|
<img/> | class, id, title; style; alt, height, longdesc, src, width |
The Style Attribute Module is defined as including the style attribute only, as included in the preceding definition tables.
Even within the restricted set of modules specified as defining the XHTML-IM Integration Set (see preceding section), some elements and attributes are inappropriate or unnecessary for the purpose of instant messaging; although such elements and attributes MAY be included in accordance with the XHTML-IM Integration Set, further recommended restrictions regarding which elements and attributes to include in XHTML content are specified below.
The intent of the protocol defined herein is to support lightweight text markup of XMPP message bodies only. Therefore the <head/>, <html/>, and <title/> elements SHOULD NOT be generated by a compliant implementation, and SHOULD be ignored if received (where the meaning of "ignore" is defined by the conformance requirements of Modularization of XHTML, as summarized in the User Agent Conformance section of this document). However, the <body/> element is REQUIRED, since it is the root element for all XHTML-IM content.
Not all of the Text Module elements are appropriate in the context of instant messaging, since the XHTML content that one views is generated by one's conversation partner in what is often a rapid-fire conversation thread. Only the following elements are RECOMMENDED in XHTML-IM:
The other Text Module elements MAY be generated by a compliant implementation but MAY be ignored if received (where the meaning of "ignore" is defined by the conformance requirements of Modularization of XHTML, as summarized in the User Agent Conformance section of this document).
The only recommended attributes of the <a/> element are specified in the Recommended Attributes section of this document.
Because it is unlikely that an instant messaging user would generate a definition list, only ordered and unordered lists are RECOMMENDED. Definition lists SHOULD NOT be generated by a compliant implementation, and SHOULD be ignored if received (where the meaning of "ignore" is defined by the conformance requirements of Modularization of XHTML, as summarized in the User Agent Conformance section of this document).
The only recommended attributes of the <img/> element are specified in the Recommended Attributes section of this document. In addition, for security reasons or because of display constraints, a compliant client MAY choose to display 'alt' text only, not the image itself (for details, see the Malicious Objects section of this document).
This module MUST be supported in XHTML-IM if possible; although clients written for certain platforms (e.g., console clients, mobile phones, and handheld computers) or for certain classes of users (e.g., text-to-speech clients) might not be able to support all of the recommended styles directly, they SHOULD attempt to emulate or translate the defined style properties into text or other presentation styles that are appropriate for the platform or user base in question.
A full list of recommended style properties is provided below.
CSS1 defines 42 "atomic" style properties (which are categorized into font, color and background, text, box, and classification properties) as well as 11 "shorthand" properties ("font", "background", "margin", "padding", "border-width", "border-top", "border-right", "border-bottom", "border-left", "border", and "list-style"). Many of these properties are not appropriate for use in text-based instant messaging, for one or more of the following reasons:
Unfortunately, CSS1 does not include mechanisms for defining profiles thereof (as does XHTML 1.0 in the form of XHTML Modularization). While there exist reduced sets of CSS2, these introduce more complexity than is desirable in the context of XHTML-IM. Therefore we simply provide a list of recommended CSS1 style properties.
XHTML-IM stipulates that only the following style properties are RECOMMENDED:
Although a compliant implementation MAY generate or process other style properties defined in CSS1, such behavior is NOT RECOMMENDED by this document.
Section 5.1 of Modularization of XHTML describes several "common" attribute collections: a "Core" collection ('class', 'id', 'title'), an "I18N" collection ('xml:lang', not shown below since it is implied in XML), an "Events" collection (not included in the XHTML-IM Integration Set because the Intrinsic Events Module is not selected), and a "Style" collection ('style'). The following table summarizes the recommended profile of these common attributes within the XHTML 1.0 content itself:
Attribute | Usage | Reason |
---|---|---|
class | NOT RECOMMENDED | External stylesheets (which 'class' would typically reference) are not recommended. |
id | NOT RECOMMENDED | Internal links and message fragments are not recommended in IM content, nor are external stylesheets (which also make use of the 'id' attribute). |
title | NOT RECOMMENDED | Granting of titles to elements in IM content seems unnecessary. |
style | REQUIRED | The 'style' attribute is required since it is the vehicle for presentational styles. |
xml:lang | NOT RECOMMENDED | Differentiation of language identification SHOULD occur at the level of the <body/> element only. |
Beyond the "common" attributes, certain elements within the modules selected for the XHTML-IM Integration Set are allowed to possess other attributes, such as eight attributes for the <a/> element and five attributes for the <img/> element. The recommended profile for such attributes is provided in the following table:
Element Scope | Attribute | Usage |
---|---|---|
<a/> | accesskey | NOT RECOMMENDED |
<a/> | charset | NOT RECOMMENDED |
<a/> | href | REQUIRED |
<a/> | hreflang | NOT RECOMMENDED |
<a/> | rel | NOT RECOMMENDED |
<a/> | rev | NOT RECOMMENDED |
<a/> | tabindex | NOT RECOMMENDED |
<a/> | type | RECOMMENDED |
<cite/> | uri | NOT RECOMMENDED |
<img/> | alt | REQUIRED |
<img/> | height | RECOMMENDED |
<img/> | longdesc | NOT RECOMMENDED |
<img/> | src | REQUIRED |
<img/> | width | RECOMMENDED |
Other XHTML 1.0 attributes SHOULD NOT be generated by a compliant implementation, and SHOULD be ignored if received (where the meaning of "ignore" is defined by the conformance requirements of Modularization of XHTML, as summarized in the User Agent Conformance section of this document).
The following table summarizes the elements and attributes that are recommended within the XHTML-IM Integration Set.
Element | Attributes |
---|---|
<a/> | href, style, type |
<blockquote/> | style |
<body/> | style, xml:lang [22] |
<br/> | -none- |
<cite/> | style |
<em/> | -none- |
<img/> | alt, height, src, style, width |
<li/> | style |
<ol/> | style |
<p/> | style |
<span/> | style |
<strong/> | -none- |
<ul/> | style |
Any other elements and attributes defined in the XHTML 1.0 modules that are included in the XHTML-IM Integration Set SHOULD NOT be generated by a compliant implementation, and SHOULD be ignored if received (where the meaning of "ignore" is defined by the conformance requirements of Modularization of XHTML, as summarized in the User Agent Conformance section of this document).
The following rules apply to the generation and processing of XHTML content by Jabber clients or other XMPP entities.
XHTML-IM content is designed to provide a formatted version of the XML character data provided in the <body/> of an XMPP <message/> stanza; if such content is included in an XMPP message, the <html/> element MUST be a direct child of the <message/> stanza and the XHTML-IM content MUST be understood as a formatted version of the message body. XHTML-IM content MAY be included within XMPP <iq/> stanzas (or children thereof), but any such usage is undefined. In order to preserve bandwidth, XHTML-IM content SHOULD NOT be included within XMPP <presence/> stanzas; however, if it is so included, the <html/> element MUST be a direct child of the <presence/> stanza and the XHTML-IM content MUST be understood as a formatted version of the XML character data provided in the <status/> element.
The sending client MUST ensure that, if XHTML content is sent, its meaning is the same as that of the plaintext version, and that the two versions differ only in markup rather than meaning.
XHTML-IM is a reduced set of XHTML 1.0 and thus also of XML 1.0. Therefore all opening tags MUST be completed by inclusion of an appropriate closing tag.
XMPP Core specifies that an XMPP <message/> MAY contain more than one <body/> child as long as each <body/> possesses an 'xml:lang' attribute with a distinct value. In order to ensure correct internationalization, if an XMPP <message/> stanza contains more than one <body/> child and is also sent as XHTML-IM, the <html/> element SHOULD also contain more than one <body/> child, with one such element for each <body/> child of the <message/> stanza (distinguished by an appropriate 'xml:lang' attribute).
Section 11.1 of XMPP Core stipulates that character entities other than the five general entities defined in Section 4.6 of the XML specification (i.e., <, >, &, ', and ") MUST NOT be sent over an XML stream. Therefore implementations of XHTML-IM MUST NOT include predefined XHTML 1.0 entities such as -- instead, implementations MUST use the equivalent character references as specified in Section 4.1 of the XML specification (even in non-obvious places such as URIs that are included in the 'href' attribute).
For elements and attributes qualified by the 'http://www.w3.org/1999/xhtml' namespace, user agent conformance is guided by the requirements defined in Modularization of XHTML; for details, refer to the User Agent Conformance section of this document.
The use of structural elements is NOT RECOMMENDED where presentational styles are desired, which is why very few structural elements are specified herein. Implementations SHOULD use appropriate 'style' attributes (e.g., <span style='font-weight: bold'>this is bold</span> and <p style='margin-left: 5%'>this is indented</p>) rather than XHTML structural elements (e.g., <strong/> and <blockquote/>) wherever possible.
Nesting of block structural elements (<p/>) and list elements (<dl/>, <ol/>, <ul/>) is NOT RECOMMENDED, except within <div/> elements.
It is RECOMMENDED for implementations to replace line breaks with the <br/> element and to replace significant whitepace with the appropriate number of non-breaking spaces (via the NO-BREAK SPACE character or its equivalent), where "significant whitespace" means whitespace that makes some material difference (e.g., one or more spaces at the beginning of a line or more than one space anywhere else within a line), not "normal" whitespace separating words or punctuation.
When rendering XHTML-IM content, a user agent SHOULD NOT render as a hyperlink text that is not structured via the <a/> element from the Hypertext Module; therefore if the sender wishes text to be linked, the sending user agent MUST represent the text using the <a/> element and appropriate attributes.
The following examples provide an insight into the inclusion of XHTML content in XMPP <message/> stanzas but are by no means exhaustive or definitive.
(Note: The examples might not render correctly in all web browsers, since not all web browsers comply fully with the XHTML 1.0 and CSS1 standards. Markup in the examples may include line breaks for readability. Example renderings are shown with a colored background to set them off from the rest of the text.)
<message> <body>Wow, I'm green with envy!</body> <html xmlns='http://jabber.org/protocol/xhtml-im'> <body xmlns='http://www.w3.org/1999/xhtml'> <p style='font-size:large'> <em>Wow</em>, I'm <span style='color:green'>green</span> with <strong>envy</strong>! </p> </body> </html> </message>
This could be rendered as follows:
Wow, I'm green with envy!
<message> <body>As Emerson said in his essay Self-Reliance: "A foolish consistency is the hobgoblin of little minds." </body> <html xmlns='http://jabber.org/protocol/xhtml-im'> <body xmlns='http://www.w3.org/1999/xhtml'> <p>As Emerson said in his essay <cite>Self-Reliance</cite>:</p> <blockquote> "A foolish consistency is the hobgoblin of little minds." </blockquote> </body> </html> </message>
This could be rendered as follows:
As Emerson said in his essay Self-Reliance:
"A foolish consistency is the hobgoblin of little minds."
<message> <body>Hey, are you licensed to Jabber? http://www.xmpp.org/images/psa-license.jpg </body> <html xmlns='http://jabber.org/protocol/xhtml-im'> <body xmlns='http://www.w3.org/1999/xhtml'> <p>Hey, are you licensed to <a href='http://www.jabber.org/'>Jabber</a>?</p> <p><img src='http://www.xmpp.org/images/psa-license.jpg' alt='A License to Jabber' height='261' width='537'/></p> </body> </html> </message>
This could be rendered as follows:
Hey, are you licensed to Jabber?
Note the large size of the image. Including the 'height' and 'width' attributes is therefore quite friendly, since it gives the receiving application hints as to whether the image is too large to fit into the current interface (naturally, these are hints only and cannot necessarily be relied upon in determining the size of the image).
Rendering the 'alt' value rather than the image would yield something like the following:
Hey, are you licensed to Jabber?
IMG: "A License to Jabber"
<message> <body>Here's my .plan for today: 1. Add the following examples to XEP-0071: - ordered and unordered lists - more styles (e.g., indentation) 2. Kick back and relax </body> <html xmlns='http://jabber.org/protocol/xhtml-im'> <body xmlns='http://www.w3.org/1999/xhtml'> <p>Here's my .plan for today:</p> <ol> <li>Add the following examples to XEP-0071: <ul> <li>ordered and unordered lists</li> <li>more styles (e.g., indentation)</li> </ul> </li> <li>Kick back and relax</li> </ol> </body> </html> </message>
This could be rendered as follows:
Here's my .plan for today:
<message> <body> You wrote: I think we have consensus on the following: 1. Remove <div/> 2. Nesting is not recommended 3. Don't preserve whitespace Yes, no, maybe? That seems fine to me. </body> <html xmlns='http://jabber.org/protocol/xhtml-im'> <body xmlns='http://www.w3.org/1999/xhtml'> <p>You wrote:</p> <blockquote> <p>I think we have consensus on the following:</p> <ol> <li>Remove <div/></li> <li>Nesting is not recommended</li> <li>Don't preserve whitespace</li> </ol> <p>Yes, no, maybe?</p> </blockquote> <p>That seems fine to me.</p> </body> </html> </message>
Although quoting received messages is relatively uncommon in IM, it does happen. This could be rendered as follows:
You wrote:
I think we have consensus on the following:
Yes, no, maybe?
That seems fine to me.
<message> <body xml:lang='en-US'>awesome!</body> <body xml:lang='de-DE'>ausgezeichnet!</body> <html xmlns='http://jabber.org/protocol/xhtml-im'> <body xml:lang='en-US' xmlns='http://www.w3.org/1999/xhtml'> <p><strong>awesome!</strong></p> </body> <body xml:lang='de-DE' xmlns='http://www.w3.org/1999/xhtml'> <p><strong>ausgezeichnet!</strong></p> </body> </html> </message>
How multiple bodies would best be rendered will depend on the user agent and relevant application. For example, a specialized Jabber client that is used in foreign language instruction might show two languages side by side, whereas a dedicated IM client might show content only in a human user's preferred language as captured in the client configuration.
<message> <body> The XHTML user agent conformance requirements say to ignore elements and attributes you don't understand, to wit: 4. If a user agent encounters an element it does not recognize, it must continue to process the children of that element. If the content is text, the text must be presented to the user. 5. If a user agent encounters an attribute it does not recognize, it must ignore the entire attribute specification (i.e., the attribute and its value). </body> <html xmlns='http://jabber.org/protocol/xhtml-im'> <body xmlns='http://www.w3.org/1999/xhtml'> <p>The <acronym>XHTML</acronym> user agent conformance requirements say to ignore elements and attributes you don't understand, to wit:</p> <ol type='1' start='4'> <li><p> If a user agent encounters an element it does not recognize, it must continue to process the children of that element. If the content is text, the text must be presented to the user. </p></li> <li><p> If a user agent encounters an attribute it does not recognize, it must ignore the entire attribute specification (i.e., the attribute and its value). </p></li> </ol> </body> </html> </message>
Let us assume that the recipient's user agent recognizes neither the <acronym/> element (which is discouraged in XHTML-IM) nor the 'type' and 'start' attributes of the <ol/> element (which, after all, were deprecated in HTML 4.0), and that it does not render nested elements (e.g., the <p/> elements within the <li/> elements); in this case, it could render the content as follows (note that the element value is shown as text and the attribute value is not rendered):
The XHTML user agent conformance requirements say to ignore elements and attributes you don't understand, to wit:
This section describes methods for discovering whether a Jabber client or other XMPP entity supports the protocol defined herein.
The primary means of discovering support for XHTML-IM is Service Discovery [23] (or the dynamic profile of service discovery defined in Entity Capabilities [24]).
<iq type='get' from='juliet@shakespeare.lit/balcony' to='romeo@shakespeare.lit/orchard' id='disco1'> <query xmlns='http://jabber.org/protocol/disco#info'/> </iq>
If the queried entity supports XHTML-IM, it MUST return a <feature/> element with a 'var' attribute set to a value of "http://jabber.org/protocol/xhtml-im" in the IQ result.
<iq type='result' from='romeo@shakespeare.lit/orchard' to='juliet@shakespeare.lit/balcony' id='disco1'> <query xmlns='http://jabber.org/protocol/disco#info'> ... <feature var='http://jabber.org/protocol/xhtml-im'/> ... </query> </iq>
Naturally, support can also be discovered via the dynamic, presence-based profile of service discovery defined in Entity Capabilities [25].
A Jabber user's client MAY send XML <message/> stanzas containing XHTML-IM extensions without first discovering if the conversation partner's client supports XHTML-IM. If the user's client sends a message that includes XHTML-IM markup and the conversation partner's client replies to that message but does not include XHTML-IM markup, the user's client SHOULD NOT continue sending XHTML-IM markup.
The exclusion of scripts, applets, binary objects, and other potentially executable code from XHTML-IM reduces the risk of exposure to harmful or malicious objects caused by inclusion of XHTML content. To further reduce the risk of such exposure, an implementation MAY choose to:
In addition, an implementation MUST make it possible for a user to prevent the automatic fetching and presentation of images (rather than leave it up to the implementation).
To reduce the risk of phishing attacks [26], an implementation MAY choose to:
The network availability of the receiver may be revealed if the receiver's client automatically loads images or the receiver clicks a link included in a message. Therefore an implementation MAY choose to:
The usage of XHTML 1.0 defined herein meets the requirements for XHTML 1.0 Integration Set document type conformance as defined in Section 3 ("Conformance Definition") of Modularization of XHTML.
The Formal Public Identifier (FPI) for the XHTML-IM document type definition is:
-//JSF//DTD Instant Messaging with XHTML//EN
The fields of this FPI are as follows:
A user agent that implements this specification MUST conform to Section 3.5 ("XHTML Family User Agent Conformance") of Modularization of XHTML. Many of the requirements defined therein are already met by Jabber clients simply because they already include XML parsers.
However, "ignore" has a special meaning in XHTML modularization (different from its meaning in XMPP). Specifically, criteria 4 through 6 of Section 3.5 of Modularization of XHTML state:
W3C TEXT: If a user agent encounters an element it does not recognize, it must continue to process the children of that element. If the content is text, the text must be presented to the user.
XSF COMMENT: This behavior is different from that defined by XMPP Core, and in the context of XHTML-IM implementations applies only to XML elements qualified by the 'http://www.w3.org/1999/xhtml' namespace as defined herein. This criterion MUST be applied to all XHTML 1.0 elements except those explicitly included in XHTML-IM as described in the XHTML-IM Integration Set and Recommended Profile sections of this document. Therefore, an XHTML-IM implementation MUST process all XHTML 1.0 child elements of the XHTML-IM <html/> element even if such child elements are not included in the XHTML 1.0 Integration Set defined herein, and MUST present to the recipient the XML character data contained in such child elements.
W3C TEXT: If a user agent encounters an attribute it does not recognize, it must ignore the entire attribute specification (i.e., the attribute and its value).
XSF COMMENT: This criterion MUST be applied to all XHTML 1.0 attributes except those explicitly included in XHTML-IM as described in the XHTML-IM Integration Set and Recommended Profile sections of this document. Therefore, an XHTML-IM implementation MUST ignore all attributes of elements qualified by the 'http://www.w3.org/1999/xhtml' namespace if such attributes are not explicitly included in the XHTML 1.0 Integration Set defined herein.
W3C TEXT: If a user agent encounters an attribute value it doesn't recognize, it must use the default attribute value.
XSF COMMENT: Since not one of the attributes included in XHTML-IM has a default value defined for it in XHTML 1.0, in practice this criterion does not apply to XHTML-IM implementations.
For information regarding XHTML modularization in XML schema for the XHTML 1.0 Integration Set defined in this specification, refer to the Schema Driver section of this document.
The XHTML 1.0 Integration Set defined herein has been reviewed informally by an editor of the XHTML Modularization in XML Schema specification but has not undergone formal review by the W3C. Before the XHTML-IM specification proceeds to a status of Final within the standards process of the XMPP Standards Foundation, the XMPP Council [28] is encouraged to pursue a formal review through communication with the Hypertext Coordination Group within the W3C.
The W3C is actively working on XHTML 2.0 [29] and may produce additional versions of XHTML in the future. This specification addresses XHTML 1.0 only, but it may be superseded or supplemented in the future by a XMPP Extension Protocol specification that defines methods for encapsulating XHTML 2.0 content in XMPP.
This document requires no interaction with the Internet Assigned Numbers Authority (IANA) [30].
The XMPP Registrar [31] includes 'http://jabber.org/protocol/xhtml-im' in its registry of protocol namespaces.
The following schema defines the XMPP extension element that serves as a wrapper for XHTML content.
<?xml version='1.0' encoding='UTF-8'?> <xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema' xmlns:xhtml='http://www.w3.org/1999/xhtml' targetNamespace='http://jabber.org/protocol/xhtml-im' xmlns='http://jabber.org/protocol/xhtml-im' elementFormDefault='qualified'> <xs:import namespace='http://www.w3.org/1999/xhtml' schemaLocation='http://www.w3.org/2002/08/xhtml/xhtml1-strict.xsd'/> <xs:annotation> <xs:documentation> This schema defines the <html/> element qualified by the 'http://jabber.org/protocol/xhtml-im' namespace. The only allowable child is a <body/> element qualified by the 'http://www.w3.org/1999/xhtml' namespace. Refer to the XHTML-IM schema driver for the definition of the XHTML 1.0 Integration Set. Full documentation of this Integration Set is contained in "XEP-0071: XHTML-IM", a specification published by the XMPP Standards Foundation. http://www.xmpp.org/extensions/xep-0071.html </xs:documentation> <xs:documentation source="http://www.xmpp.org/extensions/xep-0071.html"/> </xs:annotation> <xs:element name='html'> <xs:complexType> <xs:sequence> <xs:element ref='xhtml:body' minOccurs='0' maxOccurs='unbounded'/> </xs:sequence> </xs:complexType> </xs:element> </xs:schema>
The following schema defines the modularization schema driver for XHTML-IM.
<?xml version='1.0' encoding='UTF-8'?> <xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema' targetNamespace='http://www.w3.org/1999/xhtml' xmlns='http://www.w3.org/1999/xhtml' elementFormDefault='qualified'> <xs:annotation> <xs:documentation> This is the XML Schema driver for XHTML-IM, an XHTML 1.0 Integration Set for use in exchanging marked-up instant messages between entities that conform to the Extensible Messaging and Presence Protocol (XMPP). This Integration Set includes a subset of the modules defined for XHTML 1.0 but does not redefine any existing modules, nor does it define any new modules. Specifically, it includes the following modules only: - Structure - Text - Hypertext - List - Image - Style Attribute The Formal Public Identifier (FPI) for this Integration Set is: -//JSF//DTD Instant Messaging with XHTML//EN Full documentation of this Integration Set is contained in "XEP-0071: XHTML-IM", a specification published by the XMPP Standards Foundation, which is available at the following URL: http://www.xmpp.org/extensions/xep-0071.html </xs:documentation> <xs:documentation source="http://www.xmpp.org/extensions/xep-0071.html"/> </xs:annotation> <xs:include schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml-blkphras-1.xsd"/> <xs:include schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml-blkstruct-1.xsd"/> <xs:include schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml-hypertext-1.xsd"/> <xs:include schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml-image-1.xsd"/> <xs:include schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml-inlphras-1.xsd"/> <xs:include schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml-inlstruct-1.xsd"/> <xs:include schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml-inlstyle-1.xsd"/> <xs:include schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml-list-1.xsd"/> <xs:include schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml-struct-1.xsd"/> </xs:schema>
The following schema defines the content model for XHTML-IM.
<?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml"> <xs:annotation> <xs:documentation> This is the XML Schema module of named XHTML 1.0 content models for XHTML-IM, an XHTML 1.0 Integration Set for use in exchanging marked-up instant messages between entities that conform to the Extensible Messaging and Presence Protocol (XMPP). This Integration Set includes a subset of the modules defined for XHTML 1.0 but does not redefine any existing modules, nor does it define any new modules. Specifically, it includes the following modules only: - Structure - Text - Hypertext - List - Image - Style Attribute Therefore XHTML-IM uses the following content models: Block.mix; Block-like elements, e.g., paragraphs Flow.mix; Any block or inline elements Inline.mix; Character-level elements InlineNoAnchor.class; Anchor element InlinePre.mix; Pre element XHTML-IM also uses the following Attribute Groups: Core.extra.attrib I18n.extra.attrib Common.extra Full documentation of this Integration Set is contained in "XEP-0071: XHTML-IM", a specification published by the XMPP Standards Foundation. http://www.xmpp.org/extensions/xep-0071.html </xs:documentation> <xs:documentation source="http://www.xmpp.org/extensions/xep-0071.html"/> </xs:annotation> <!-- BEGIN ATTRIBUTE GROUPS --> <xs:attributeGroup name="Core.extra.attrib"/> <xs:attributeGroup name="I18n.extra.attrib"/> <xs:attributeGroup name="Common.extra"> <xs:attributeGroup ref="style.attrib"/> </xs:attributeGroup> <!-- END ATTRIBUTE GROUPS --> <!-- BEGIN HYPERTEXT MODULE "PRIMITIVES" --> <xs:group name="Anchor.class"> <xs:sequence> <xs:element ref="a"/> </xs:sequence> </xs:group> <!-- END HYPERTEXT MODULE "PRIMITIVES" --> <!-- BEGIN IMAGE MODULE "PRIMITIVES" --> <xs:group name="Image.class"> <xs:choice> <xs:element ref="img"/> </xs:choice> </xs:group> <!-- END IMAGE MODULE "PRIMITIVES" --> <!-- BEGIN LIST MODULE "PRIMITIVES" --> <xs:group name="List.class"> <xs:choice> <xs:element ref="ul"/> <xs:element ref="ol"/> <xs:element ref="dl"/> </xs:choice> </xs:group> <!-- END LIST MODULE "PRIMITIVES" --> <!-- BEGIN TEXT MODULE "PRIMITIVES" --> <xs:group name="BlkPhras.class"> <xs:choice> <xs:element ref="address"/> <xs:element ref="blockquote"/> <xs:element ref="pre"/> </xs:choice> </xs:group> <xs:group name="BlkStruct.class"> <xs:choice> <xs:element ref="div"/> <xs:element ref="p"/> </xs:choice> </xs:group> <xs:group name="Heading.class"> <xs:choice> <xs:element ref="h1"/> <xs:element ref="h2"/> <xs:element ref="h3"/> <xs:element ref="h4"/> <xs:element ref="h5"/> <xs:element ref="h6"/> </xs:choice> </xs:group> <xs:group name="InlPhras.class"> <xs:choice> <xs:element ref="abbr"/> <xs:element ref="acronym"/> <xs:element ref="cite"/> <xs:element ref="code"/> <xs:element ref="dfn"/> <xs:element ref="em"/> <xs:element ref="kbd"/> <xs:element ref="q"/> <xs:element ref="samp"/> <xs:element ref="strong"/> <xs:element ref="var"/> </xs:choice> </xs:group> <xs:group name="InlStruct.class"> <xs:choice> <xs:element ref="br"/> <xs:element ref="span"/> </xs:choice> </xs:group> <!-- END TEXT MODULE "PRIMITIVES" --> <!-- BEGIN BLOCK COMBINATIONS --> <xs:group name="Block.class"> <xs:choice> <xs:group ref="BlkPhras.class"/> <xs:group ref="BlkStruct.class"/> </xs:choice> </xs:group> <!-- END BLOCK COMBINATIONS --> <!-- BEGIN INLINE COMBINATIONS --> <!-- Any inline content --> <xs:group name="Inline.class"> <xs:choice> <xs:group ref="Anchor.class"/> <xs:group ref="Image.class"/> <xs:group ref="InlPhras.class"/> <xs:group ref="InlStruct.class"/> </xs:choice> </xs:group> <!-- Inline content contained in a hyperlink --> <xs:group name="InlNoAnchor.class"> <xs:choice> <xs:group ref="Image.class"/> <xs:group ref="InlStruct.class"/> <xs:group ref="InlPhras.class"/> </xs:choice> </xs:group> <!-- END INLINE COMBINATIONS --> <!-- BEGIN TOP-LEVEL MIXES --> <xs:group name="Block.mix"> <xs:choice> <xs:group ref="Block.class"/> <xs:group ref="Heading.class"/> <xs:group ref="List.class"/> </xs:choice> </xs:group> <xs:group name="Flow.mix"> <xs:choice> <xs:group ref="Block.class"/> <xs:group ref="Heading.class"/> <xs:group ref="Inline.class"/> <xs:group ref="List.class"/> </xs:choice> </xs:group> <xs:group name="Inline.mix"> <xs:choice> <xs:group ref="Inline.class"/> </xs:choice> </xs:group> <xs:group name="InlNoAnchor.mix"> <xs:choice> <xs:group ref="InlNoAnchor.class"/> </xs:choice> </xs:group> <xs:group name="InlinePre.mix"> <xs:choice> <xs:group ref="Anchor.class"/> <xs:group ref="InlPhras.class"/> <xs:group ref="InlStruct.class"/> </xs:choice> </xs:group> <!-- END TOP-LEVEL MIXES --> </xs:schema>
This specification formalizes and extends earlier work by Jeremie Miller and Julian Missig on XHTML formatting of Jabber messages. Many thanks to Shane McCarron for his assistance regarding XHTML modularization and conformance issues. Thanks also to contributors on the discussion list of the XSF's Standards SIG [32] for their feedback and suggestions.
Series: XEP
Number: 0071
Publisher: XMPP Standards Foundation
Status:
Draft
Type:
Standards Track
Version: 1.4
Last Updated: 2008-09-03
Approving Body: XMPP Council
Dependencies: XMPP Core, XMPP IM, XHTML 1.0, Modularization of XHTML, XEP-0030
Supersedes: None
Superseded By: None
Short Name: xhtml-im
XML Schema for wrapper namespace namespace: <http://www.xmpp.org/schemas/xhtml-im-wrapper.xsd>
XML Schema for schema driver namespace: <http://www.xmpp.org/schemas/xhtml-im-driver.xsd>
XML Schema for content model namespace: <http://www.xmpp.org/schemas/xhtml-im-model.xsd>
Source Control:
HTML
This document in other formats:
XML
PDF
Email:
stpeter@jabber.org
JabberID:
stpeter@jabber.org
URI:
https://stpeter.im/
The Extensible Messaging and Presence Protocol (XMPP) is defined in the XMPP Core (RFC 3920) and XMPP IM (RFC 3921) specifications contributed by the XMPP Standards Foundation to the Internet Standards Process, which is managed by the Internet Engineering Task Force in accordance with RFC 2026. Any protocol defined in this document has been developed outside the Internet Standards Process and is to be understood as an extension to XMPP rather than as an evolution, development, or modification of XMPP itself.
The primary venue for discussion of XMPP Extension Protocols is the <standards@xmpp.org> discussion list.
Discussion on other xmpp.org discussion lists might also be appropriate; see <http://xmpp.org/about/discuss.shtml> for a complete list.
Errata can be sent to <editor@xmpp.org>.
The following requirements keywords as used in this document are to be interpreted as described in RFC 2119: "MUST", "SHALL", "REQUIRED"; "MUST NOT", "SHALL NOT"; "SHOULD", "RECOMMENDED"; "SHOULD NOT", "NOT RECOMMENDED"; "MAY", "OPTIONAL".
1. XHTML 1.0 <http://www.w3.org/TR/xhtml1>.
2. Rich Text Format (RTF) Version 1.5 Specification <http://msdn.microsoft.com/library/en-us/dnrtfspec/html/rtfspec.asp>.
3. XEP-0134: XMPP Design Guidelines <http://xmpp.org/extensions/xep-0134.html>.
4. The XMPP Standards Foundation (XSF) is an independent, non-profit membership organization that develops open extensions to the IETF's Extensible Messaging and Presence Protocol (XMPP). For further information, see <http://xmpp.org/xsf/>.
5. HTML 4.0 <http://www.w3.org/TR/REC-html40>.
6. Extensible Markup Language (XML) 1.0 (Fourth Edition) <http://www.w3.org/TR/REC-xml/>.
7. RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core <http://tools.ietf.org/html/rfc6120>.
8. The World Wide Web Consortium defines data formats and markup languages (such as HTML and XML) for use over the Internet. For further information, see <http://www.w3.org/>.
9. XEP-0004: Data Forms <http://xmpp.org/extensions/xep-0004.html>.
10. Cascading Style Sheets, level 1 <http://www.w3.org/TR/REC-CSS1>.
11. XEP-0096: SI File Transfer <http://xmpp.org/extensions/xep-0096.html>.
12. XEP-0166: Jingle <http://xmpp.org/extensions/xep-0166.html>.
13. XEP-0234: Jingle File Transfer <http://xmpp.org/extensions/xep-0234.html>.
14. XSL Transformations <http://www.w3.org/TR/xslt/>.
15. The XHTML is merely an alternative version of the message body or bodies, and the semantic meaning is to be derived from the textual message body or bodies rather than the XHTML version.
16. It might have been better to use an element name other than <html/> for the wrapper element; however, changing it would not be backwards-compatible with the older protocol and existing implementations.
17. Modularization of XHTML <http://www.w3.org/TR/2004/WD-xhtml-modularization-20040218/>.
18. RFC 5646: Tags for Identifying Languages <http://tools.ietf.org/html/rfc5646>.
19. RFC 6121: Extensible Messaging and Presence Protocol (XMPP): Instant Messaging and Presence <http://tools.ietf.org/html/rfc6121>.
20. XHTML Basic <http://www.w3.org/TR/xhtml-basic>.
21. The 'style' attribute is specified herein where appropriate because the Style Attribute Module is included in the definition of the XHTML-IM Integration Set, whereas the event-related attributes (e.g., 'onclick') are not specified because the Implicit Events Module is not included.
22. When contained within the <html xmlns='http://jabber.org/protocol/xhtml-im'> element, a <body/> element is qualified by the 'http://www.w3.org/1999/xhtml' namespace; naturally, this is a namespace declaration rather than an attribute per se, and therefore is not mentioned in the attribute enumeration.
23. XEP-0030: Service Discovery <http://xmpp.org/extensions/xep-0030.html>.
24. XEP-0115: Entity Capabilities <http://xmpp.org/extensions/xep-0115.html>.
25. XEP-0115: Entity Capabilities <http://xmpp.org/extensions/xep-0115.html>.
26. Phishing has been defined by the Financial Services Technology Consortium Counter-Phishing Initiative as "a broadly launched social engineering attack in which an electronic identity is misrepresented in an attempt to trick individuals into revealing personal credentials that can be used fraudulently against them".
27. The XMPP Standards Foundation (XSF) is an independent, non-profit membership organization that develops open extensions to the IETF's Extensible Messaging and Presence Protocol (XMPP). For further information, see <http://xmpp.org/xsf/>.
28. The XMPP Council is a technical steering committee, authorized by the XSF Board of Directors and elected by XSF members, that approves of new XMPP Extensions Protocols and oversees the XSF's standards process. For further information, see <http://xmpp.org/council/>.
29. XHTML 2.0 <http://www.w3.org/TR/xhtml2>.
30. The Internet Assigned Numbers Authority (IANA) is the central coordinator for the assignment of unique parameter values for Internet protocols, such as port numbers and URI schemes. For further information, see <http://www.iana.org/>.
31. The XMPP Registrar maintains a list of reserved protocol namespaces as well as registries of parameters used in the context of XMPP extension protocols approved by the XMPP Standards Foundation. For further information, see <http://xmpp.org/registrar/>.
32. The Standards SIG is a standing Special Interest Group devoted to development of XMPP Extension Protocols. The discussion list of the Standards SIG is the primary venue for discussion of XMPP protocol extensions, as well as for announcements by the XMPP Extensions Editor and XMPP Registrar. To subscribe to the list or view the list archives, visit <http://mail.jabber.org/mailman/listinfo/standards/>.
Note: Older versions of this specification might be available at http://xmpp.org/extensions/attic/
Encouraged support for several more structural elements from the text module (blockquote, cite, em, and strong); further clarified security considerations regarding fetching and presentation of images; modified several examples; clarified several points throughout the text.
(psa)Reorganized and further clarified security considerations regarding malicious objects, phishing, and presence leaks; added business rule about inclusion and processing of hyperlinks.
(psa)Clarified security considerations regarding images.
(psa)More clearly specified that XHTML-IM content is intended for use only within message stanzas, that it may be included in IQ stanzas (usage undefined) and that it may be included in presence stanzas (usage: formatted version of status); specified security consideration regarding hyperlinks.
(psa)Per a vote of the Jabber Council, advanced status to Draft.
(psa)Per list discussion, removed recommendation to preserve whitespace in XHTML bodies (instead, use of <br/> and non-breaking spaces is recommended); noted that nesting of elements is not recommended except within <div/> elements; and switched from padding-left to margin-left for indentation.
(psa)Added recommendation to preserve whitespace in XHTML bodies.
(psa)Simplified the recommended profiles based on list discussion; changed the examples accordingly.
(psa)Specified the scope of the proposal; clarified reasons for the choice of technology; clarified one business rule; corrected several typographical errors.
(psa)Based on W3C feedback, added content model and refactored the text to ensure separation between the XHTML 1.0 Integration Set itself and the XSF's recommended profile of the Integration Set; also split the requirements out from the Concepts and Approach section, added several more examples, and showed renderings of the examples.
(psa)Clarified relationship between wrapper element and XHTML content.
(psa)Initial version of XHTML modularization.
(psa)Clarified and corrected several points in the text; improved and added to the examples.
(psa)Defined XHTML 1.0 Integration Set conformance; removed schema pending work on XHTML modularization with W3C.
(psa)Cleaned up the schema; added W3C considerations.
(psa)Changed status to Deferred pending discussion with the W3C regarding XHTML modularization.
(psa)Changed MUST to SHOULD for support of the Style Attribute Module; clarified relationship of XHTML-IM schema to XHTML schema; slight text cleanup.
(psa)Added the <code/> element.
(psa)Made image support recommended (not mandatory); removed references to conversation threads; fixed some issues in the schema; made small editorial changes throughout.
(psa)Fixed the schema, made several small editorial changes.
(psa)Brought back several content-based elements; added preliminary schema.
(psa)Defined the attributes and style properties required by this document.
(psa)Described the requirements more fully; added additional restrictions above and beyond the standard XHTML 1.0 Modules; added disco examples.
(psa)Initial version.
(psa)END