"access" , getCellValue(sheet,row,accessIndex),
"input" , getCellValue(sheet,row,inputIndex),
"comment" , getCellValue(sheet,row,commentIndex)
);
xout.closetag();
if(comment.length()>0)xout.printdata("comment",getCellValue(sheet,row,commentIndex));
if(src .length()>0 )xout.printdata("source", getCellValue(sheet,row,sourceIndex));
xout.closetag();
}
}
xout.closetag();