Hi all,
I have some XML file and I have to make only one PDF of them.
I have also a configuration file that have the order and the names of the
XML.
The structure of the configuration file is like this:
<Module number="6">
<Lesson>
<Document uri="xml\1concettibase.xml"/>
<Exercises uri="xml\Domande1.xml"/>
<ScormBlocco uri="xml\1concettibase_SCORM-MANIFEST.xml"/>
</Lesson>
<Lesson>
<Document uri="xml\2audio.xml"/>
<Exercises uri="xml\Domande2.xml"/>
<ScormBlocco uri="xml\2audio_SCORM-MANIFEST.xml"/>
</Lesson>
.
.
.
.
<Objective uri="xml\obiettivi.xml">
<ScormBlocco uri="xml\obiettivi_SCORM-MANIFEST.xml"/>
</Objective>
<Video uri=""/>
<Bibliography uri="xml\bibliografia.xml">
<ScormBlocco uri="xml\obiettivi_SCORM-MANIFEST.xmll"/>
</Bibliography>
</Module>
I have to bypass all concerns to SCORM and video, because obviously I don't
need in the PDF.
Is this all possible using FOP?How?
Tommaso
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]