Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML + XSL + Javascript...

Status
Not open for further replies.

rjonesX

Technical User
Jun 18, 2001
56
US
I am currently working on an page where an ASP file simply applies an XSL file to a particular XML file. The XSL file has a significant amount of javascript in it, including a hierarchical menu script.

I use the <![CDATA[ ... ]]> to make sure that the Javascript doesn't screw up the parsing of the xml file, but because of that, it appears that the hierarchical menu wont come up.

I have run into a similar problem with a script that writes a random number by running a script and then using the document.write() javascript tag.

Any ideas on what I can do to make sure that these functions are processed when they are being protected by the <![CDATA[ tags?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top