I read somewhere, that conditional importing is not possible in xsl-fo. Although I have small hope, that this is something else, and can be resolved.
My problem is that I have something like that in one of my dita file:
<row>
<entry align="right">Intended Purpose</entry>
<entry ><p conref="intendedpurpose.dita#intendedpurpose/statement" ></p></entry>
</row>
My question is, can I somehow change the conref in xsl-fo, and add variable to the dita file i want to upload? I mean something like that
intendedpurpose{version}.dita
I am just curious if it can be somehow done.