XLinks Basic Example
Simple XLinks example that lists the child items of a folder with code SAMPLEDATA.
Which items are displayed is determined by item security and the 'Visible in Lists' property.
| Smartsite SXML |
|
|---|---|
<se:xlinks parent="FILTERBYHIERARCHYEXAMPLEDATA"/> |
|
| Example Result |
|
|---|---|
<ul> <li><a href="/test.net?id=27191">Wel</a></li> <li><a href="/test.net?id=27192">Niet</a></li> <li><a href="/test.net?id=27193">Ook</a></li> </ul> |
|