XML FO - Other
XSL Formatting Objects (XSL-FO) are the second half of the Extensible Stylesheet Language (XSL). XSL-FO is an XML application that describes how pages will look when presented to a reader. A style sheet uses the XSL transformation language to transform an XML document in a semantic vocabulary into a new XML document that uses the XSL-FO presentational vocabulary.
From : http://www.cafeconleche.org/books/bible2/chapters/ch18.html
rtfx
rtfx converts RTF files into a generic XML format. It majors on keeping meta data like style names, etc... rather than every bit of formatting. This makes it handy for converting RTF documents into a custom XML format (using XSL or an additional processing step).
RTF features supported: page breaks, section breaks, style names, lists (various types), tables, footnotes, info block, bold, italic, underline, super/sub script, hidden text, strike out, text color, fonts.
The output format has two slight variations. The 'normal' format contains mainly content type data along with formatting that has content relevance (such as bold or underline). The 'presentation' format contains things like fonts in addition to the above.
visit
rtfx
rtfx was visited : 134 times
Loading .....