RE: [xsl] Parameter from asp

Subject: RE: [xsl] Parameter from asp
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 16 Jan 2001 14:12:39 -0000
> How can i in my XSLT split the 3 values X,y,z independently

Use the substring-before() and substring-after() functions. If the number of
components is variable, you may need to use a recursive template, as in the
example on XSLT Programmers Reference page 173.

Mike Kay


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


Current Thread