XML to multiple XMLs Design Issue on creating references
Hello,
XSLT2.0
We have requirement to create multiple xmls using single XML content. We can create multiple xmls as required. But we are facing an issue while creating a references from one target XML to other target XMLs.
Below is the scenario:
source.xml split into SA1.xml,SA2.xml,BQ1.xml,BQ2.xml,JR1.xml,JR2.xml.
So far so good.
But we can't able to create reference of BQ1.xml, JR1.xml into SA1.xml.
Because, BQ1.xml and JR1.xml files not exists by the time when I am creating SA1.xml.
Similarly, BQ1.xml references SA1.xml and JR1.xml
and JR1.xml references to SA1.xml and BQ1.xml
I am not sure where to start creating target xml.
It would be great, if you can give any design suggestion on this.
Thanks in advance.
|