[xquery-talk] Constructing namespace nodes

Fourny Ghislain gfourny at inf.ethz.ch
Sun Feb 6 19:22:22 PST 2011


Hi David,

How about using computed namespace constructors (XQuery 3.0)? Something like:

<transform>
{
  for $n in $my_namespaces
  return
  namespace { $n/@prefix } { $n/@uri }
}
</transform>

Kind regards,
Ghislain




More information about the talk mailing list