Categories:
Android (1)
Audio (7)
C/C++ (2)
Compression (7)
Database (6)
Document (14)
Email (3)
General (50)
Graphics (17)
Image (8)
Java (1)
Picture (1)
Presentation (7)
Programming (17)
Spreadsheet (11)
Video (8)
Web (13)
Windows (63)
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, 7031👍, 0💬
Popular Posts:
What is DOTX? DOTX, short name for Document Template XML, is used as the file extension for files in...
What is EML? EML, short name for Email, is used as the file extension for Email Message files. .EML ...
What is CS? CS, short name for C Sharp, is used as the file extension for C# (C Sharp) files. .CS fi...
File extension CLASS is used for Java compiled class files. A CLASS sample file is provided. Free JV...
What is MSG? MSG, short name for Message, is used as the file extension for Outlook Message Item fil...