%id-atts;ID attributes (%id-atts;) is a parameter entity declaration in the topic DTD that includes attributes that enable the naming and referencing of elements in a DITA topic: id and conref.
[edit] Attributes
[edit] ExampleThe %id-atts; parameter entity is used within the DITA dtds as a common definition for attributes available to most elements that enable you to name or reference (link to or fetch) the content of particular elements. Some typical examples include:
<p id="mainpara">The war cry of Kudzu University, <q id="warcry">To the victor go the spoils!</q>, is often heard on campus during freshman orientation.</p> <p id="dullpara">One often hears the cry, <q conref="#topicid/warcry"/>, when students are competing in intramural sports.</p>
|
