Pavel Lastovicka wrote: > Hello, > > I consider writing export filter to Textile format[1]. I need to make an > estimate how many hours it would take to write. Am I right that I need just > two filter config files for registry and a single XSLT file, similar to > odt2mediawiki.xsl?
In general all that an xslt based filter needs indeed is the transformation and a configuration file. The filter either can be integrated into OOo or be provided as an extension (that would require some more simple files). > By the way I tried to run odt2mediawiki.xsl via Saxon from OO.o (via > command > line, on content.xml extracted from test odt document) and the results were > rather different from text files created by doing export in OO.o. What did I > do wrong? The content.xml does not contain the formatting information. You always must process the whole document. Regards, Mathias --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
