Hi:
Please post questions in the right forum. As this is a DD related script, it should go under "DD Scripts help." I've moved the thread for you this time. Also, Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format for asking a question.
To answer your question, you can't use XML in such a manner to dynamically populate HTML or JavaScript on the page. You'll need to use some sort of server side language, such as PHP:
Code:
<a onMouseover="fixedtooltip (<?echo $tooltipstuff; ?>)" onMouseout="delayhidetip()">Applicants:</a></div>
It really depends on how your server is set up, and your knowledge of the server side language in question.
Bookmarks