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]

question about javascript and XSL


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


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