Re: [xsl] converting xsl-wd to xsl1, msxml script changes

Subject: Re: [xsl] converting xsl-wd to xsl1, msxml script changes
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 13 Feb 2003 09:35:08 GMT
>I am calling it with <xsl:value-of select="msxml:transform('.')"/>

value-of always produces the string value of the result of evaluating
its argument so if msxml:transform produces something other than a
string that you want to return then you probbaly want copy-of.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread