Whole document tree XRefDescriptionCross reference link to another part of the document. XRef is empty, and has common, Linkend, and Endterm attributes. Processing ExpectationsXRef must have a Linkend, but the Endterm is optional. If it is used, the content of the element it points to is displayed as the text of the cross reference; if it is absent, the XRefLabel of the cross-referenced object is displayed. ParentsThese elements contain XRef: Application, Attribution, BiblioMisc, BridgeHead, Citation, CiteTitle, Comment, Emphasis, ForeignPhrase, GlossSee, GlossSeeAlso, GlossTerm, LineAnnotation, Link, LiteralLayout, LoTentry, Member, MsgAud, OLink, Para, Phrase, Primary, PrimaryIE, ProductName, ProgramListing, Quote, RefEntryTitle, RefPurpose, Screen, ScreenInfo, Secondary, SecondaryIE, See, SeeAlso, SeeAlsoIE, SeeIE, Seg, SegTitle, SimPara, Subtitle, Synopsis, Term, Tertiary, TertiaryIE, Title, TitleAbbrev, ToCback, ToCentry, ToCfront, ULink, entry. Attributes
Examples<SECT1 ID="s1123"><TITLE>A Self-Referential Section</TITLE> <PARA ID="NONESUCH-7">Any element with an ID value can be linked to by a <SGMLTAG ID="stag123" CLASS="attribute">LINKEND</SGMLTAG>, including this paragraph. </PARA> <PARA>You can refer to that ID Anchor with the EMPTY element XRef. The ENDTERM attribute can be used to point to the ID of some element to be inserted in the text at the point of the XRef. Thus it is easy to refer to titled objects such as <XREF LINKEND="NONESUCH-7" ENDTERM="s1123">. </PARA> </SECT1> |