<result>{
let $docs := (
doc("file:////home/teru/src/S03F0119.xml"))
let $docnames := (
	"/home/teru/src/S03F0119.xml")
for $doc in $docs
for $name in $docnames
return
for $Talk in $docs/Talk
return
for $IPU in $Talk/IPU
return
for $LUW in $IPU/LUW
return
for $SUW in $LUW/SUW
return
<item>
<DOC hidden="yes" name="{$name}"> </DOC>
<IPU hidden="yes"> {$IPU/@IPUID} </IPU>
<IPU hidden="yes"> {$IPU/@IPUStartTime} </IPU>
<IPU hidden="yes"> {$IPU/@IPUEndTime} </IPU>
	<IPU> {$IPU/preceding::IPU[1]/@IPUID} </IPU>
        <IPU> {$IPU/following::IPU[1]/@IPUID} </IPU>
        <IPU> {$IPU/@IPUID} </IPU>
	<IPU> {$IPU/@IPUStartTime} </IPU>
	<IPU> {$IPU/@IPUEndTime} </IPU>
	<LUW> {$LUW/@LUWID} </LUW>
	<LUW> {$LUW/@LUWPOS} </LUW>
	<LUW> {$LUW/@LUWLemma} </LUW>
	<SUW> {$SUW/@SUWID} </SUW>
	<SUW> {$SUW/@SUWPOS} </SUW>
	<SUW> {$SUW/@SUWLemma} </SUW>
</item>}</result>
