IM InfoSphere Identity Insight, Version 8.0

UMF formatting

This section describes the UMF implementation of XML formatting and rules. XML is a tagged data format that is becoming a widely accepted format for transferring data between systems. There are also many tools available to source system programmers that facilitate the process of creating and parsing XML messages.

UMF includes a special set of characters that cannot be used in UMF tags. These special characters must be replaced with UMF escape sequences. The table below lists the special characters and their equivalent UMF escape sequences.

Table 1. UMF Special character escape sequences.
Special character UMF escape sequences
ampersand (&) &
less than (<) &lt;
greater than (>) &gt;
single quote (') &apos;
double quote (") &quot;
Table 2. UMF Special character example
Incorrect UMF tag value without UMF escape sequence Correct UMF tag value with UMF escape sequence
<COMPANY_NAME>IBM & Company<COMPANY_NAME>
<COMPANY_NAME>IBM &amp; Company<COMPANY_NAME>


Feedback

Last updated: 2011