.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

XML FOR DOMINO


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 below 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>

See Also