Hi Emanuele,

I fixed tracktitle, credits and some other occurences of this problem that I found. The fix may be not what you expect, so please read on. The change will go into next update.

The updated code will generate " instead of double quote, but the single quote will remain intact, so correct usage would be this:

VarTNAME = ("<dax:tracktitle/>")

NOT this:

VarTNAME = ('<dax:tracktitle/>') INCORRECT - will generate error if single quote occurs in the title!

Also, you will need to decode &amp;quot; &amp;lt; and &amp;gt; if you plan to use this data for any purpose besides displaying it in the page.

Andrei