|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] performace diffence in MSXSL:SCRIPT blocks
is there a difference in performance between the following? 1) using CDATA <msxsl:script language="VBScript" implements-prefix="user"> <![CDATA[ '--------------------------------------------------------------------- 'converts current date to YYYYMMDD format function current_date() current_date = cstr(date()) end function ]]> </msxsl:script> 2) no CDATA <msxsl:script language="VBScript" implements-prefix="user"> '--------------------------------------------------------------------- 'converts current date to YYYYMMDD format function current_date() current_date = cstr(date()) end function </msxsl:script> obviously, using the CDATA helps when you are looking at your XSL file from within IE, but if it is going to cause a performance slowdown, it wouldn't be worth it. - todd Todd Binder todd_binder@xxxxxxxxxxx XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








