-
Re: JScript compatibility errors with new OCD v6.0
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 &quot; &lt; and &gt; if you plan to use this data for any purpose besides displaying it in the page.
Andrei
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules