..an SSCCE would help us to reproduce the problem.

Am 15.03.2012 18:06 schrieb <jidanni@jidanni.org>:
>>>>> "j" == jidanni  <jidanni@jidanni.org> writes:
j> All I know back in December the Makefile and programs in
j> http://radioscanningtw.jidanni.org/images/radioscanningtw/maps/
j> worked fine. Now with BaseX 7.1.1 it is one big disaster and will
j> take days to rewrite.

The whole definition of root nodes has been changed.
These lines need to be rewritten to dig out the data,

     {local:K($y)/name}

     {local:K($y)/o/*}

from the invisible <R> layer in order to produce the same .kmz that you
see there in that directory. Else they only have 900 characters each.

The problem is one can see the data, by using

     {local:K($y)}

but then there is no way to use any common sense paths to get the
program to produce the same results that it used too !