The footer for my pages is set up as
Copyright © <date type="user" format="%Y" />, {Author}
where {Author} is from the <topicmeta><author>Name</author></topicmeta> in my DITA map. The complete footer appears on all pages except those of the TOC, where it only displays
Copyright © <date type="user" format="%Y" />,
.
I don't want to hardcode the Author value in, as it changes with the DITA Map.
Is <author> not available when the TOC pages are built?
Thanks,
RP