Hi everyone,
I've got a little problem I'm trying to open a link in a new window using an inline javascript statement where the URL is determined by the value-of items from an xml file. I understand that <![CDATA[ is used to separate code from anything that you would like parsed by the xml parser. I've tried using <![CDATA[ to separate out the javascript from the <xsl:value-of statement, but I can't quite get things to work. Does anyone have any tips for how to make this work?
Thanks, Matt.
I've got a little problem I'm trying to open a link in a new window using an inline javascript statement where the URL is determined by the value-of items from an xml file. I understand that <![CDATA[ is used to separate code from anything that you would like parsed by the xml parser. I've tried using <![CDATA[ to separate out the javascript from the <xsl:value-of statement, but I can't quite get things to work. Does anyone have any tips for how to make this work?
Thanks, Matt.