Hi,
first - I have moved your post to this separate thread, because it has nothing to do with the 1.0.8.15 release itself
.
about your problem - what you are trying to do is not possible!
with 'data:' only the whole content of a <data> element can be addressed,
as alternative you could use the onloaded event and set the html attribute manually,
e.g.
|
Quellcode
|
1
2
|
html=""
onloaded="copy(html, data[get(language)].text2);"
|
best regards,
Klaus