Not necessarily, since you don't have to parse the entire SQL-grammar (that would have been stupid in XSLT, not brave... ;) This is a simplified, untested template-match that could do the trick:
ah, i did not know that the sql statement was available in such form in the SQLTransformer.
select="str:tokenize(substring-before(substring-after($sql, 'SELECT'), 'FROM'),',')">
This fails on embedded comma's in the SQL.
But we're digressing, let us know how you solved it Johann :)
Jorg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
