[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: multiple attribute values in XSL
- From: Lyndon J B Nixon <nixon@fokus.gmd.de>
- To: Adam Turoff <ziggy@panix.com>
- Date: Wed, 20 Jun 2001 17:04:29 +0200
>
>Here's a sample transform. If you have trouble deciphering this,
>please read up on recursion, or better yet, a good text on LISP or Scheme.
thanks for the earlier help on this query. however i have (typically) come
up against another problem:
i actually want to split the attribute values on the basis of whitespace
separation eg.
<myElement myValues="1 2 3 4 5" />
needless to say, using substring-before and substring-after with
($myValuesString,' ') does not work.
can someone please help me in dividing this string into its separate values?
(unfortunately i am working on a stylesheet for a XML standard that i do
not have the power to change,
and the division of the values by whitespace is already part of its schema...)
thanks
Lyndon