listrelations

toc
<mm:listrelations> List the relations belonging to this nodes. Relations are nodes too.
see alsorelatednode
attributes
nodeprovider attributes
nodereferrer attributes
contextreader attributes
contextwriter attributes
contextreferrer attributes
listprovider attributes
example 1
<mm:listnodes type="news">
    <mm:field name="title" />
    <mm:listrelations role="posrel" type="page">
        is news item <mm:field name="pos" /> on page
        <mm:relatednode><mm:field name="title" /></mm:relatednode>
    </mm:listrelations>
    <br/>
</mm:listnodes>