Subject: QUESTION: unexpected tokens
From: Linda van den Brink <lvdbrink@xxxxxxx>
Date: Tue, 6 Apr 1999 14:53:04 +0200
|
Here's a question about allowed tokens in an XSL stylesheet.
I use XT to generate HTML pages from an XML source file, but it stops
processing at some point, complaining about an "unexpected token". This is
the fragment that creates the problem:
<xsl:template match="contents">
<body onLoad=" document.onmouseout = function e () {
change('origin') };
document.onmouseover = function e () {
change('origin') };
document.onmousedown = function e () {
change('inset') };
document.onmouseup = function e () {
change('origin') };
window.defaultStatus = ('');">
</xsl:template>
The problem occurs on the line starting with "<body onLoad".
Linda
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|