If you have the toolkit working, you should be able to just install
the fo plugin per their instructions (and XEP) and you will have a new
transtype of pdf2.

Then, just build an ant task something like:

   <target name="proj2pdf">
       <ant antfile="${basedir}${file.separator}conductor.xml" target="init">
           <property name="args.input"

value="projects${file.separator}ws1000${file.separator}proj.ditamap"/>
           <property name="output.dir"
value="output${file.separator}proj${file.separator}pdf"/>
           <property name="transtype" value="pdf2"/>
       </ant>
   </target>

A better forum for this question might be the dita-users yahoo group.

http://groups.yahoo.com/group/dita-users/



On 6/29/06, Ray Miller <[EMAIL PROTECTED]> wrote:




How does one utilize Idiom's FO-1.1 plugin  for the DITA Open Toolkit with
oxygen-7.2.0 ( eclipse-3.1.2 plugin )



Ray
_______________________________________________
oXygen-user mailing list
[email protected]
http://www.oxygenxml.com/mailman/listinfo/oxygen-user



_______________________________________________
oXygen-user mailing list
[email protected]
http://www.oxygenxml.com/mailman/listinfo/oxygen-user

Reply via email to