[xquery-talk] lacking support for mixed content

Per Bothner per at bothner.com
Wed Dec 20 16:22:57 PST 2006


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