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?

Michael

-- 
Michael Schuerig               Most people would rather die than think.
mailto:[EMAIL PROTECTED]                            In fact, they do.
http://www.schuerig.de/michael/                      --Bertrand Russell

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

Reply via email to