[basex-talk] about xi:include and xml:base

2015-09-30 Thread Marco Randazzo
In my application I have a main xml file (general.xml) which includes several xml files (file1.xml, file2.xml...) using the xi:include tag. I successfully imported general.xml in basex using the gui: the xi:include directives were successfully processed, merging all data in a single database. I

Re: [basex-talk] about xi:include and xml:base

2015-10-01 Thread Christian GrĂ¼n
Hi Marco, There is currently no way to do this automatically. There are various reasons for that (e.g.: what is going to happen if the URIs in the href attributes point to remote sources? etc.). What you can always do is to write your own exporter in XQuery! It may take some time, but it gives you