Michael Schuerig wrote:
I'm a Jelly beginner and haven't yet wrapped my head around it
completely. I'm looking for an idiomatic way to get from an XPath to a
comma-separated list of selected values.

This is as far as I get

   <x:parse var="cf" xml="file://${configfile}" />
   <x:set var="infiles" trim="true"
     select="$cf//configs/config"/>

But then what?


Coul you give us concret file please ? Do you have several configs/config nodes ? It's these values you want to set as comma-separated values ?


Marc DeXeT
- You love camembert, vines and jelly ? ==> http://jelly.fr.free.fr/index.php -



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to