Hi,
I'm posting again the same question I did some time ago, unfortunately 
unanswered :(

I used baseX GUI (9.0.1) to create a database similar to the following test 
file:
<main xmlns:xi="http://www.w3.org/2001/XInclude";>
    <xi:include href="folder1/file1.xml" />
    <xi:include href="folder2/file1.xml" />
</main>
The Result displayed in the baseX gui is correct:

<main xmlns:xi="http://www.w3.org/2001/XInclude";>
  <data xml:base="folder1/file1.xml">5555</data>
  <data xml:base="folder2/file1.xml">6666</data>
</main>

Now, after editing the values, I would like to export the contents of the 
database to MULTIPLE xml files, recreating the same files and the original 
folders (I see this information is not lost, it is stored in the value of 
xml:base)

However, using the export function available in the baseX GUI, I am able to 
obtain only a SINGLE file containing the Result shown above, where the two 
files have been merged in a single file.
What can I do?

Thank you,
Cheers,
Marco Randazzo

Reply via email to