[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Netscape7 and embedded javascript in xsl styleshee

Subject: RE: Netscape7 and embedded javascript in xsl stylesheet
From: Bryan Rasmussen <bry@xxxxxxxxxx>
Date: Sat, 6 Nov 2004 14:30:25 +0100
script netscape7
-- 
Bryan Rasmussen



> Hi,
> 
> > I have an xsl stylesheet that builds an html page with a simple
> > expanding/collapsing tree from some xml data. I can get it to 
> > work fine in
> > IE6, but the javascript <SCRIPT> tags that link to external 
> > .js files seem
> > to cause a problem in Netscape 7.  I get javascript errors 
> > that particular
> > functions don't exist. 

have you checked that your output html is actually the same as the html you say
works? anyway one thing you should check is that the script tags aren't empty
tags in the output, you want 

<script src="some.js">
</script>
not <script src="some.js"/>

there can be any number of other html errors that could be leading to problems.
check your output. 

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.