| toc |
| <mm:relatednodes>
The relatednodes tag can be used to retrieve nodes of a certain type
related to a node of another type. The syntax of the attributes are the
same as the syntax of the attributes of the list tag except that it is
not needed to prefix the field names with a node manager name.
By default, the node used is that of the parent node tag.
|
| see also | list | listnodes | related | unrelatednodes |
| attributes |
|
| nodeprovider attributes |
|
| nodereferrer attributes |
|
| listprovider attributes |
|
| contextreader attributes |
|
| contextwriter attributes |
|
| contextreferrer attributes |
|
| querycontainerreferrer attributes | |
| containerreferrer attributes |
|
|
example 1 |
<mm:node number="Magazine" >
<mm:relatednodes type="news" >
<mm:first>news in this magazine</mm:first>
<mm:field name="title" />
</mm:relatednodes>
|