Subject: Re: QUESTION: unexpected tokens
From: Lars Marius Garshol <larsga@xxxxxxxxxx>
Date: 06 Apr 1999 23:39:18 +0200
|
* Linda van den Brink
|
| <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".
The problem might be that you never close the body element. Certainly,
it won't work until you do. :)
--Lars M.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|