I don't think it is hopable to have the PDF renderer to actually
execute scripts, or?
paul
Le 22-août-08 à 14:04, Prathap Pandian a écrit :
Hi,
I am having following code in xwiki page. In listing it showing
"BBB", but
when exporting it to PDF it showing "AAA" in the
PDF.
<div id="text">
AAA
</div>
<script>
document.getElementById("text").innerHTML = "BBB";
</script>