[xsl] question about javascript and XSL

Subject: [xsl] question about javascript and XSL
From: Simon Choy <Simon.Choy@xxxxxxxxxxxxxxxxxxxx>
Date: Tue, 7 May 2002 10:39:21 -0700
I know this has been asked before, but i've searched through many postings
and I still cannot find an answer to this

The follow code looks syntatically correct
however, the < is still giving me error!

can anyone spot the reason??


<?xml version="1.0" encoding="ISO-8859-1"?>
<html xmlns:xsl="http://www.w3.org/TR/WD-xsl";>
<script>
<![CDATA[

if (1 < 2 ) then
{
	document.write("got it!"
}

]]>
</script>


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


Current Thread