Todd Loomis, DMSO (SAIC) wrote:
> <dtml-var "keywords.getpath(data_record_id_)">
>
> How can i get the actual titles of the path instead of the id's to show?
untested:
<dtml in "keywords.getpath(data_record_id_).PARENTS">
<dtml-var title_or_id>
</dtml-in>
regards Max M