Hello BaseX-Community,
I'm a beginner with baseX so my questions may sound a bit weird. I hope not too much.
I have a problem using xinclude in a baseX database.
Basically i have a main file which contains this xinclude instruction :
<xi:include href="EP15.xml" xpointer="element(EP15)">xi:fallback<p>Pièce non encodée pour le moment.</p></xi:fallback></xi:include>
In my baseX database i have my main file and the EP15.xml file which contains this instruction :
<div type="Piece" xml:id="EP15">blabla<div>
When i 'm looking to my main file in base X, i always have the fallback instruction displayed :
<p>Pièce non encodée pour le moment.</p>
I'm using baseX 9.3.2., the local option XINCLUDE is turned on.
I have also tried to use direct xpath instead of a named element in my xpointer
xpointer="element(/TEI/text/body/div[1])"> but the resultat is stille the same
I'm a bit stuck at the moment.. Any help would be very much appreciated !
Thanks a lot
Pascal