This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Netscape XSLT with Javascript ?


Hi,

i noticed, that it seems, that NS6.2 cannot either interpret Javascript by
EventHandler nor simplest Javascript  by parsing xml outputting HTML !

Here my snippet:

<xsl:output method="html" encoding="iso-8859-1"/>
	<xsl:template match="/">
		<html>
			<head>
				<title>test</title>
			</head>
			<body>
				<div align="center">
					<xsl:apply-templates
select="root"></xsl:apply-templates>
				</div>
				<script type="text/javascript"><![CDATA[
					alert ('test');
				]]></script>
			</body>
		</html>
	</xsl:template>

Any idea ?

Thanks,

Hans Braumüller

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]