[Home] [By Thread] [By Date] [Recent Entries]
Here's another approach, if the XPath expression has icaoCode as the
context. Forget about path(). Just string-join the local names of the
ancestors and self, e.g.,
string-join(for $i in (ancestor-or-self::* except /*) return local-name($i), '/') jk On 2022-08-17 08:22, Roger L Costello costello@xxxxxxxxx wrote: Hi Folks,
|

Cart



