Client:
 
          ElementK  
         
    Objective:
 
          To convert 30 Arabic XML documents to PDF files ready for print.  
             
    Problems:
 
          There is no XSL style sheet document for the XML.
There is no Style guide for the documents; we had only the English PDF files.
The common tool for converting XML files to PDF; FOP does not support Arabic.
   
             
    Solution:
 
          1.  Analyzed the English XML files structure versus the English PDF
      files format to conclude the Style Guide and developed an XSL
      (Style sheet) file that described the style guide.
2-  Then converted the XML&XSL using FOP to get XML formatted
       files.
3.  Another tool; XML-Mind was used to convert the XML formatted
      files to RTF.
4.  Finally we can typeset the RTF files and generated PDF.