textdata

textdata — Pointer to external text data

Synopsis

Content Model

textdata ::=

  • info(db.titleforbidden.info)

Attributes

Common attributes.

Additional attributes:

  • encoding
  • Each of:
    • format
    • Exactly one of:
      • fileref (anyURI)
      • entityref (ENTITY)

Required attributes are show in bold.

Description

This element points to an external entity containing text to be inserted.

Note

Any markup in the text identified with textdata will be escaped. In other words, this element is for inserting things like program listings, not parts of an XML document. To break a document into separate physical files, use entities.

Processing expectations

May be formatted inline or as a displayed block, depending on context. Insert the text.

There are two ways to provide content for textdata: entityref or fileref. It is best to use only one of these methods, however, if multiple sources are provided, entityref will be used in favor of fileref.

Attributes

Common attributes.

encoding

FIXME:

entityref

Identifies the location of the data by external identifier (entity name)

fileref

Indentifies the location of the data by URI

format

Specifies the format of the data

Parents

These elements contain textdata: textobject.

Children

The following elements occur in textdata: info (db.titleforbidden.info).

ChangeLog

This alpha reference page is $Revision: 1.3 $ published $Date: 2005/07/07 16:41:43 $.