[xquery-talk] lacking support for mixed content

Enric Jaen enric at nmg.upc.edu
Thu Dec 21 01:52:43 PST 2006


Oops, I forgot the existence of node(). Quite simple after all.. Really appreciated Per!
/Enric

On Wed, 20 Dec 2006, Per Bothner wrote:

> Enric Jaen wrote:
> > <AAA>
> >  aaa <BBB> bbb ccc </BBB> ddd </EEE> eee </EEE> fff
> > </AAA>
> >
> > How can I get "aaa" then <BBB> then "ddd" then ...from AAA ? or "aaa" then "ddd" then "fff"...? its typed value is "aaa bbb ccc ddd eee fff", so I can't know what text is outside elements.
>
> for $x in $AAA/node() return ....
> --
> 	--Per Bothner
> per at bothner.com   http://per.bothner.com/
>
>



More information about the talk mailing list