Hello, I read out figures from my XML source by the following code: \defineXMLenvironment [figure] [width=\textwidth] [location=here] { \bgroup \defineXMLsave[floattitle] \defineXMLsave[caption] \defineXMLsave[graphic] } { \placefigure [\XMLpar{figure}{location}{}] [\XMLpar{figure}{label}{unknown}] {{\bf\XMLflush{floattitle}} \XMLflush{caption}} % {\externalfigure[\XMLflush{graphic}][width=\XMLval{figure:width {\XMLop{width}}{}]} {\externalfigure[\XMLflush{graphic}][width=\XMLpar{figure}{width}{}]} \egroup } My problem now is, that when calling '\defineXMLargument [listoffigures] {\completelistoffigures[criterium=text]}' I get figure numbers and pages, but no text. How can I show 'floattitle' in the TOF? Thanks, Joh