|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] JavaScript In Cocoon
Hello Again, I am trying to use Javascript in my XSL page, but I am having problems with the special characters getting changed to other equivalents. This source output looks like this: <HTML><HEAD><TITLE>Program Description</TITLE></HEAD><BODY><DIV>Hello, world!<DIV></BODY></HTML> This is what I haave in my XSL file: <SCRIPT> <![CDATA[ function winFunction() { w =window.open("blank.htm","winName","width=300,height=300"); w.document.write("<HTML><HEAD><TITLE>Program Description</TITLE>"); w.document.write("</HEAD>"); w.document.write("<BODY><DIV>Hello, world!<DIV></BODY></HTML>"); } ]]> </SCRIPT> I appreciated all your help, Paul R. Johnson XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






