Examples: DXL output for a urllink element

The following text file excerpt represents the DXL output for a URL link in a document.

The See Also section lists the elements that are illustrated in DXL format in this example.

The location of the element's closing tag illustrates the containment hierarchy of the element. For example, the closing tag for the par element does not appear until the end of the example, illustrating that all the other elements are contained by the <par> element.

<par> 
	This 
	<urllink showborder="true" href="www.notes.net/doc"> 
		<run> 
			<font color="system" /> 
			text 
		</run> 
	</urllink> 
	is hot. 
</par>