Florent Georges wrote:
> for $e in .../some-element
> return
> <id>{ $e/text(@id) }</id>As Ken pointed out to me off-list, that's of course $e/string(@id) instead. There is no such thing as a text($item) function. Regards, -- Florent Georges http://www.fgeorges.org/ _______________________________________________ General mailing list [email protected] http://xqzone.com/mailman/listinfo/general
