The configuration of this widget is identical to all previous examples. It has to be associated with a domain definition, SAMPLE_PERSON_XML is used. To allow access to values embedded in XML documents a "marshal" plug-in must also be configured exactly as shown below.
<?xml version="1.0" encoding="ISO-8859-1"?>
<dc:domains
<dc:domain name="SAMPLE_PERSON_XML">
<dc:plug-in
name="view-renderer"
class="sample.PersonContextPanelViewRenderer"
/>
<dc:plug-in
name="marshal"
class="curam.util.client.domain.marshal.SimpleXPathMarshal"
/>
</dc:domain>
</dc:domains>