3.4.1.2 global-atts attribute group

The "global-atts" attribute group includes a set of debugging attributes that are normally hidden from authoring view.

These attributes are intended to store debugging information during intermediate processing. One possible implementation is to use xtrf (xml-trace-filename) to store the original source file name through intermediate processing steps, and use xtrc ( xml-trace-counter) to store an element counter for repositioning authoring tools at the originating element location. If values are assigned in this way in the first stage of a processing stream, values in these attributes can then be used for error recovery.

These attributes are normally hidden from authors and exposed only to processing tools or editor macros. Values used in these attributes may be implementation-dependent.

Attributes

Name

Description

Data Type

Default Value

Required?

xtrf

xml-trace-filename, the original filename

CDATA

#IMPLIED

No

xtrc

xml-trace-counter, an element counter for repositioning editors at a known edit location

CDATA

#IMPLIED

No

Previous Topic:  3.4.1.1 display-atts attribute group

Next Topic:  3.4.1.3 univ-atts attribute group

Parent Topic:  3.4.1 Commonly referenced attribute groups

Sibling Topics:

3.4.1.1 display-atts attribute group

3.4.1.3 univ-atts attribute group

3.4.1.4 id-atts attribute group

3.4.1.5 select-atts attribute group

3.4.1.6 localization-atts attribute group

3.4.1.7 relational-atts attribute group

3.4.1.8 topicref-atts, topicref-atts-no-toc, and topicref-atts-without-format attribute groups

3.4.1.9 Other common DITA attributes