[Home] [By Thread] [By Date] [Recent Entries]

  • From: Lyndon J B Nixon <nixon@f...>
  • To: Adam Turoff <ziggy@p...>
  • 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


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member