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]

newbie...


What's the difference between
1)
<xsl:script language ="JavaScript">
    ....
    ....
</xsl:script>
and 2)
<SCRIPT language="JavaScript">
  <xsl:comment>
   <![CDATA[
       .....
       .....
   ]]>
  </xsl:comment>
</SCRIPT>
?

Where does the document.write() output end up if i put it within the scripts 
above?

Thanks


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


 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]