inside the
<we:listview type="object" name="refliste" order="we_id" desc="false" rows="10" classid="2" languages="de_DE">
<we:ifFound>
<we:repeat>
print_r($GLOBALS["lv"]->object);
print_r($GLOBALS["lv"]->object->DB_WE;
print_r($GLOBALS["lv"]->object->DB_WE->Record);
-> get the ID of the object you want to access ->
<we:object id="$IdOfObject">
$GLOBALS["lv"]->object->DB_WE->Record['we_Property']
</we:object>
</we:repeat>
</we:ifFound>
</we:listview>
<we:ifFound>
<we:repeat>
print_r($GLOBALS["lv"]->object);
print_r($GLOBALS["lv"]->object->DB_WE;
print_r($GLOBALS["lv"]->object->DB_WE->Record);
-> get the ID of the object you want to access ->
<we:object id="$IdOfObject">
$GLOBALS["lv"]->object->DB_WE->Record['we_Property']
</we:object>
</we:repeat>
</we:ifFound>
</we:listview>
-> check in Browser Source code a nicely formated version of this output: