hi andreas,
inline-graphic xml elements have only one child xml element alt-text .
in this case , i am write code as,
allImageParaXmlElements = app.activeDocument.xmlElements[0].evaluateXPathExpression('//inline-g raphic/alt-text');
allImageParaXmlElements[allImageParaXmlElements.length-1].select(); // Select the last of the para elements found
it causes error !!!!!!!!!!!!!!!...........
Regrads,
Suripappu