Categories:
Android (1)
Audio (11)
C/C++ (3)
Compression (10)
Database (6)
Document (16)
Email (3)
General (53)
Graphics (17)
Image (12)
Java (7)
Music (2)
Picture (5)
Presentation (7)
Programming (24)
Spreadsheet (11)
Video (8)
Web (15)
Windows (69)
XML (4)
Other Resources:
.FO - File Extension for XSL-FO Files
What is FO? FO, short name for Formatting Objects, is used as the file extension for XSL-FO files. .FO files are XML files that can be opened by Notepad or any text editors. See the sample .FO file included below.
✍: FYIcenter.com
File Extension: .FO
MIME Type: text/xml
File Content: XSL-FO
.FO files are XSL-FO files, which contain formatted objects for printing in XML format. Here is a sample .FO XSL-FO file, helloworld.fo, with a simple formatted text object:
<?xml version="1.0" encoding="UTF-8"?> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> <fo:simple-page-master master-name="simpleA4" page-height="29.7cm" page-width="21cm" margin-top="2cm" margin-bottom="2cm" margin-left="2cm" margin-right="2cm"> <fo:region-body/> </fo:simple-page-master> </fo:layout-master-set> <fo:page-sequence master-reference="simpleA4"> <fo:flow flow-name="xsl-region-body"> <fo:block>Hello World!</fo:block> </fo:flow> </fo:page-sequence> </fo:root>
.FO XSL-FO file sample: Click sample.fo to download.
Since .FO text files are in text format, you can use Notepad or any text editor to create or modify them. No special software is needed.
For for information on how to use .FO XSL-FO files, see links below:
2012-07-10, 4770👍, 0💬
Popular Posts:
File extension MPG is used for audio and video files in a MPEG formats. An MPEG sample file is provi...
What is BMP? BMP, short name for Bitmap, is used as the file extension for bitmap image files. .BMP ...
File extension CLASS is used for Java compiled class files. A CLASS sample file is provided. Free JV...
Karaoke files storing MIDI music messages and synchronized lyrics to play on Karaoke machines. A KAR...
File extension DAT is used for multimedia files stored on VCD disks. A DAT sample file is provided. ...