Close this window

Using the <cnxn> tag

Description The cnxn tag is used to create a link to a Connexions document or to a tag ID inside a Connexions document. This can be the current document or any published Connexions document.
Example
This CNXML:
<cnxn document="m7473" 
  target="figure12">Resistance Figure</cnxn>
<cnxn 
  target="para32">As mentioned earlier</cnxn>
<cnxn 
  document="m3423">A previous document</cnxn>
	
Results in this display:
Resistance Figure
As mentioned earlier
A previous document
Attributes (what's this?)
Children (what's this?) The cnxn tag can only contain Unicode text.
Parents (what's this?)para, meaning, note, item, caption, entry, emphasis, code, term, cite, cnxn, link, foreign, quote