[XSL-FO] How to read a file .FO/.FOB?
Issue
The XSL-FO is a format description page like PDF or DVI usually having extension .fo/.fob and even .xml
(It may happen that same are opened with a Text -Editor with <for: root in the first few lines).
Download Apache FOP:
http://xmlgraphics.apache.org/fop/
Solution 1
- (Note: Java should be installed on your PC).
- Type:
fop-fo-document.fo awt
- It will open a window to view the document
Solution 2