Hi,
 
Is there any way to reference/copy a widget that's already defined/used? I currently have the following situation:
 
<person>
    <key>
        <value>
        <type>
        <...>
    </key>
    <...>
    <movie>
        <key>
            <value>
            <type>
            <...>
        </key>
        <...>
    </movie>
</person>
 
Notice the keys: the format is the same. So: I want to define one key and reuse it whenever I need to. Is this possible?
 
Greetz,
 
Jan

Reply via email to